From ea6126758b1565bbf1f0b6749237ec3390aad251 Mon Sep 17 00:00:00 2001 From: YannK Date: Wed, 10 Jul 2024 17:52:39 +0200 Subject: [PATCH] Updating to Debian bookworm --- godot4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot4/Dockerfile b/godot4/Dockerfile index 8885e68..50d06fd 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye +FROM debian:bookworm LABEL version="1.0" maintainer="Khaganat " USER root