From ca4e265ffe70e9a3009f9aba7dd9add9ad360c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Thu, 5 Aug 2021 10:15:53 +0200 Subject: [PATCH] Update debian from buster-slim to bullseye-slim (#27) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9215911..7b9c65d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-slim +FROM debian:bullseye-slim ARG BUILD_DATE ARG VCS_REF