forked from EvergreenCrypto/docker-finance
Merge pull request #257 into master
4debfda7client: Dockerfiles: remote: root: bump to 6.38.00-3 (Aaron Fiore)550de736client: Dockerfiles: remote: hledger-suite: bump hledger-flow to v0.16.2 (Aaron Fiore)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# docker-finance | modern accounting for the power-user
|
# docker-finance | modern accounting for the power-user
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
# Copyright (C) 2021-2026 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -27,7 +27,7 @@ RUN apt-get upgrade -y
|
|||||||
FROM haskell-build AS hledger-flow
|
FROM haskell-build AS hledger-flow
|
||||||
|
|
||||||
WORKDIR /usr/local/src
|
WORKDIR /usr/local/src
|
||||||
RUN git clone --depth=1 https://github.com/apauley/hledger-flow -b v0.16.0
|
RUN git clone --depth=1 https://github.com/apauley/hledger-flow -b v0.16.2
|
||||||
|
|
||||||
WORKDIR /usr/local/src/hledger-flow
|
WORKDIR /usr/local/src/hledger-flow
|
||||||
RUN stack setup
|
RUN stack setup
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# docker-finance | modern accounting for the power-user
|
# docker-finance | modern accounting for the power-user
|
||||||
#
|
#
|
||||||
# Copyright (C) 2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
# Copyright (C) 2025-2026 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -27,7 +27,7 @@ RUN sed -i 's/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD
|
|||||||
|
|
||||||
USER builder
|
USER builder
|
||||||
WORKDIR /home/builder
|
WORKDIR /home/builder
|
||||||
RUN git clone --depth=1 https://gitlab.archlinux.org/archlinux/packaging/packages/root -b 6.38.00-2
|
RUN git clone --depth=1 https://gitlab.archlinux.org/archlinux/packaging/packages/root -b 6.38.00-3
|
||||||
|
|
||||||
WORKDIR /home/builder/root
|
WORKDIR /home/builder/root
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user