Skip to content

Commit

Permalink
Update Dockerfile (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
worldtiki committed Oct 9, 2021
1 parent 2861b32 commit fedbfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fedbfb3

Please sign in to comment.