From d97848e6aa9d8be2a2531acdf5e7af08c05d537d Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Fri, 21 Jul 2023 10:45:53 +0200 Subject: [PATCH] use debian:bookworm-slim as base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8703b7e..d54db26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20220113 AS common +FROM debian:bookworm AS common CMD ["/bin/bash"]