* Automatic Dockerfile update by release process
Some checks failed
Docker Image cleanup / cleanup (push) Has been cancelled

This commit is contained in:
Erik Huelsmann
2025-10-04 12:35:25 -04:00
parent f8df404275
commit 7a440dbde0
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.description="LedgerSMB is a full featured double-
the LedgerSMB project is to bring high quality ERP and accounting capabilities\ the LedgerSMB project is to bring high quality ERP and accounting capabilities\
to Small and Midsize Businesses." to Small and Midsize Businesses."
ARG LSMB_VERSION="1.13.0-beta2" ARG LSMB_VERSION="1.13.0"
ARG ARTIFACT_PATH="https://download.ledgersmb.org/f/Releases/$LSMB_VERSION/" ARG ARTIFACT_PATH="https://download.ledgersmb.org/f/Releases/$LSMB_VERSION/"

View File

@@ -1,5 +1,5 @@
# Install LedgerSMB version # Install LedgerSMB version
ARG LSMB_VERSION="1.13.0-beta2" ARG LSMB_VERSION="1.13.0"
# Install s6-overlay # Install s6-overlay
ARG S6_OVERLAY_VERSION=3.2.0.2 ARG S6_OVERLAY_VERSION=3.2.0.2