We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2861b32 commit fedbfb3Copy full SHA for fedbfb3
Dockerfile
@@ -10,7 +10,7 @@ RUN jlink \
10
--output /opt/jdk-mini
11
12
# Start a new image and copy just the minimal java distribution from the previous one
13
-FROM debian:stable-slim
+FROM debian:11.0-slim
14
COPY --from=build /opt/jdk-mini /opt/jdk-mini
15
16
# Create some dirs and copy pitchfork jar
0 commit comments