From 344898f37d241b746417ce3144701cd86c9575cf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 7 Jan 2022 14:48:18 +0100 Subject: [PATCH] Update Dockerfile --- webtop/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop/Dockerfile b/webtop/Dockerfile index 465e3a70f..6fd31f7ea 100644 --- a/webtop/Dockerfile +++ b/webtop/Dockerfile @@ -15,7 +15,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -FROM ${BUILD_FROM}ubuntu-xfce +FROM ${BUILD_FROM}ubuntu-mate ##################