From 7f7aa41a276a2c32a778fc9501b7bc99df7119af Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Tue, 3 Oct 2023 17:07:07 -0400 Subject: [PATCH] * Automatic Dockerfile update by release process --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 693849e..aceee1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ ARG SRCIMAGE=debian:bookworm-slim FROM $SRCIMAGE AS builder -ARG LSMB_VERSION="1.11.0-rc1" -ARG LSMB_DL_DIR="Beta Releases" +ARG LSMB_VERSION="1.11.0" +ARG LSMB_DL_DIR="Releases" ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz" @@ -51,8 +51,8 @@ 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.11.0-rc1" -ARG LSMB_DL_DIR="Beta Releases" +ARG LSMB_VERSION="1.11.0" +ARG LSMB_DL_DIR="Releases" ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"