Skip to content

Commit

Permalink
* Automatic Dockerfile update by release process
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jan 5, 2025
1 parent 7af784a commit 86885f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG SRCIMAGE=debian:bookworm-slim

FROM $SRCIMAGE AS builder

ARG LSMB_VERSION="1.12.0"
ARG LSMB_VERSION="1.12.1"
ARG LSMB_DL_DIR="Releases"
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"

Expand Down Expand Up @@ -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.12.0"
ARG LSMB_VERSION="1.12.1"
ARG LSMB_DL_DIR="Releases"
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"

Expand Down

0 comments on commit 86885f2

Please sign in to comment.