Updater bot : portainer updated to 2.11.1

This commit is contained in:
alexbelgium
2022-02-08 01:58:13 +01:00
parent 3309d1665d
commit 638340207c
3 changed files with 15 additions and 5 deletions

View File

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