From 1a4cdcaed0cc71ac7f3667b0424a3126c17d430f Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Thu, 22 Jun 2023 10:29:53 +0100 Subject: [PATCH] Build with bullseye --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8fd61f2..7269494 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-slim +FROM debian:bullseye-slim RUN apt-get -q update && \ env DEBIAN_FRONTEND=noninteractive apt-get -y install prometheus && \ -- GitLab