From 1161febcc638ca63d98f7e6e3414cf5944a7df97 Mon Sep 17 00:00:00 2001 From: yohan-b Date: Sun, 12 Nov 2023 12:05:52 +0100 Subject: [PATCH] Upgrade to latest debian version "bookworm". --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 652c488..77a6ede 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch +FROM debian:bookworm MAINTAINER yohan <783b8c87@scimetis.net> ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get -y install mysql-server