From 205e29a950a892337f179afd6e95ca1ca6f498e0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Oct 2022 05:45:58 +0200 Subject: [PATCH] Update Dockerfile --- nextcloud/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 8b6e44d70..2fb35668b 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -17,8 +17,8 @@ ARG BUILD_FROM ARG BUILD_VERSION ARG BUILD_ARCH -ARG BUILD_UPSTREAM="25.0.0" -FROM ${BUILD_FROM} +ARG BUILD_UPSTREAM="24.0.6" +FROM ${BUILD_FROM}${BUILD_UPSTREAM} ################## # 2 Modify Image #