From 0db448b9e8c70d1d03fbe03b23f1cdcb8bd3ecb4 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 10 Aug 2025 06:00:20 -0400 Subject: [PATCH] * Automatic Dockerfile update by release process --- base/Dockerfile | 2 +- proxy/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 4cfe2b4..05f76ca 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -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\ to Small and Midsize Businesses." -ARG LSMB_VERSION="1.13.0-beta1" +ARG LSMB_VERSION="1.13.0-beta2" ARG ARTIFACT_PATH="https://download.ledgersmb.org/f/Releases/$LSMB_VERSION/" diff --git a/proxy/Dockerfile b/proxy/Dockerfile index ee0a89e..fc3b8d5 100644 --- a/proxy/Dockerfile +++ b/proxy/Dockerfile @@ -1,5 +1,5 @@ # Install LedgerSMB version -ARG LSMB_VERSION=1.13.0-beta1 +ARG LSMB_VERSION="1.13.0-beta2" # Install s6-overlay ARG S6_OVERLAY_VERSION=3.2.0.2