Update to 2.1.29

This commit is contained in:
alexbelgium
2021-12-23 01:57:39 +01:00
parent 7ba5b7256d
commit 11e7f5d20d
3 changed files with 7 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
#################
ARG BUILD_FROM
ARG BUILD_UPSTREAM="2.1.28"
ARG BUILD_UPSTREAM="2.1.29"
FROM anthonyraymond/joal:$BUILD_UPSTREAM
##################
@@ -52,7 +52,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.28"
ARG BUILD_UPSTREAM="2.1.29"
################
# 4 Entrypoint #