Update to 2.1.27

This commit is contained in:
alexbelgium
2021-11-17 14:37:25 +01:00
parent 80a53bb6e3
commit d52dda52a6
3 changed files with 16 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
ARG BUILD_FROM
ARG BUILD_UPSTREAM="2.1.26"
ARG BUILD_UPSTREAM="2.1.27"
FROM anthonyraymond/joal:$BUILD_UPSTREAM
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.26"
ARG BUILD_UPSTREAM="2.1.27"
ARG BASHIO_VERSION=0.13.1
RUN \