Skip to content

Commit fedbfb3

Browse files
authored
Update Dockerfile (#392)
1 parent 2861b32 commit fedbfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN jlink \
1010
--output /opt/jdk-mini
1111

1212
# Start a new image and copy just the minimal java distribution from the previous one
13-
FROM debian:stable-slim
13+
FROM debian:11.0-slim
1414
COPY --from=build /opt/jdk-mini /opt/jdk-mini
1515

1616
# Create some dirs and copy pitchfork jar

0 commit comments

Comments
 (0)