From 717a524be6a84521607b5edc171a736238b1f733 Mon Sep 17 00:00:00 2001 From: toastie89 Date: Tue, 28 Feb 2023 12:02:54 +0000 Subject: [PATCH] added Ubuntu release Added Ubuntu release to avoid that this images breaks with Ubuntu upgrades --- ubuntu-xfce/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-xfce/Dockerfile b/ubuntu-xfce/Dockerfile index bdaffe3..a8aa6ec 100644 --- a/ubuntu-xfce/Dockerfile +++ b/ubuntu-xfce/Dockerfile @@ -1,6 +1,6 @@ # https://github.com/danchitnis/container-xrdp -FROM ubuntu:latest +FROM ubuntu:jammy ENV DEBIAN_FRONTEND noninteractive