From 69887f0eaf7b2c65ee437d0a3089490eda54e714 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 24 Jun 2021 22:44:05 +0200 Subject: [PATCH] Update Dockerfile --- portainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 6f18ee501..896ad2791 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} -ARG BUILD_UPSTREAM="2.6.0" +ARG BUILD_UPSTREAM="2.5.1" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]