From fedbfb37677f2b527ca0bd32da6817121460a697 Mon Sep 17 00:00:00 2001 From: Daniel Albuquerque Date: Sat, 9 Oct 2021 13:47:35 +0100 Subject: [PATCH] Update Dockerfile (#392) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9104256d..c7976666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN jlink \ --output /opt/jdk-mini # Start a new image and copy just the minimal java distribution from the previous one -FROM debian:stable-slim +FROM debian:11.0-slim COPY --from=build /opt/jdk-mini /opt/jdk-mini # Create some dirs and copy pitchfork jar