Compare commits

..

3 Commits

Author SHA1 Message Date
Erik Huelsmann
f4e951bf5c * Automatic Dockerfile update by release process 2023-01-06 07:58:56 -05:00
Erik Huelsmann
d37331758d * Automatic Dockerfile update by release process 2022-12-22 18:30:24 -05:00
Erik Huelsmann
fc3a76576c * Automatic Dockerfile update by release process 2022-12-14 15:02:11 -05:00

View File

@@ -5,7 +5,7 @@ ARG SRCIMAGE=debian:bullseye-slim
FROM $SRCIMAGE AS builder
ARG LSMB_VERSION="1.9.20"
ARG LSMB_VERSION="1.9.23"
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.20"
ARG LSMB_VERSION="1.9.23"
ARG LSMB_DL_DIR="Releases"
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"