From 8948a013c0b926a77998ccc316411876dfb8edb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Rodrigues=20Ribeiro?= Date: Sun, 11 Jun 2023 14:42:26 -0300 Subject: [PATCH] Update image base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 981feb5..4ce5edc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Run Warsaw in a container # Base docker image -FROM debian:bullseye-slim +FROM debian: bookworm-slim LABEL maintainer "Fabio Rodrigues Ribeiro "