Updater bot : portainer updated to 2.13.1

This commit is contained in:
alexbelgium
2022-05-12 14:15:07 +02:00
parent e01176c774
commit a6c93add3f
4 changed files with 7 additions and 4 deletions

View File

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