Updater bot : portainer updated to 2.11.0

This commit is contained in:
alexbelgium
2022-02-08 23:19:45 +01:00
parent 22a681ccb4
commit dd6984812e
3 changed files with 6 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
ARG BUILD_UPSTREAM="2.11.1"
ARG BUILD_UPSTREAM="2.11.0"
# spellcheck disable=SC2015
# hadolint ignore=SC2015