From 1f20ab08f1420e702dbc1c12ae500fa8f63b9fa4 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Tue, 12 Oct 2021 16:39:27 -0400 Subject: [PATCH] * Automatic Dockerfile update by release process --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eabfcfe..85b008d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG SRCIMAGE=debian:bullseye-slim FROM $SRCIMAGE AS builder -ARG LSMB_VERSION="1.9.1" +ARG LSMB_VERSION="1.9.2" ARG LSMB_DL_DIR="Releases" ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz" @@ -43,7 +43,7 @@ RUN set -x ; \ FROM $SRCIMAGE LABEL org.opencontainers.image.authors="LedgerSMB project " -ARG LSMB_VERSION="1.9.1" +ARG LSMB_VERSION="1.9.2" ARG LSMB_DL_DIR="Releases" ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"