Compare commits

...

5 Commits

Author SHA1 Message Date
Erik Huelsmann
987017bd58 * Automatic Dockerfile update by release process 2023-08-01 16:30:10 -04:00
Erik Huelsmann
d5658c4f8f * Automatic Dockerfile update by release process 2023-05-28 09:21:04 -04:00
Erik Huelsmann
6fb1f55ce0 * Automatic Dockerfile update by release process 2023-05-20 09:59:42 -04:00
Erik Huelsmann
c6fabcbdf7 * Automatic Dockerfile update by release process 2023-04-21 15:05:50 -04:00
Erik Huelsmann
8a67a6f918 * Automatic Dockerfile update by release process 2023-04-09 16:28:08 -04:00

View File

@@ -5,7 +5,7 @@ ARG SRCIMAGE=debian:bullseye-slim
FROM $SRCIMAGE AS builder
ARG LSMB_VERSION="1.9.25"
ARG LSMB_VERSION="1.9.30"
ARG LSMB_DL_DIR="Releases"
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
@@ -51,7 +51,7 @@ LABEL org.opencontainers.image.description="LedgerSMB is a full featured double-
the LedgerSMB project is to bring high quality ERP and accounting capabilities\
to Small and Midsize Businesses."
ARG LSMB_VERSION="1.9.25"
ARG LSMB_VERSION="1.9.30"
ARG LSMB_DL_DIR="Releases"
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"