From 7a440dbde065c96fab774b9b7f47de7a40b77f39 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 4 Oct 2025 12:35:25 -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 05f76ca..bd0735b 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-beta2" +ARG LSMB_VERSION="1.13.0" ARG ARTIFACT_PATH="https://download.ledgersmb.org/f/Releases/$LSMB_VERSION/" diff --git a/proxy/Dockerfile b/proxy/Dockerfile index bb08813..c397bf5 100644 --- a/proxy/Dockerfile +++ b/proxy/Dockerfile @@ -1,5 +1,5 @@ # Install LedgerSMB version -ARG LSMB_VERSION="1.13.0-beta2" +ARG LSMB_VERSION="1.13.0" # Install s6-overlay ARG S6_OVERLAY_VERSION=3.2.0.2