Compare commits

..

7 Commits

Author SHA1 Message Date
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
Erik Huelsmann
fa1ce9866c * Automatic Dockerfile update by release process 2023-02-03 06:04:33 -05:00
Erik Huelsmann
f4dc5baa8d * Automatic Dockerfile update by release process 2023-01-15 15:06:09 -05:00
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

View File

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