Skip to content

Commit

Permalink
Use openjdk:11-jre-slim-buster (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviascarfone committed Dec 8, 2021
1 parent ae62cd9 commit cc6edd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuebot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN chmod +x create_rpm.sh && ./create_rpm.sh cuebot "$(cat VERSION)"
# -----------------
# RUN
# -----------------
FROM openjdk:11-jre-slim
FROM openjdk:11-jre-slim-buster

# First line after FROM should be unique to avoid --cache-from weirdness.
RUN echo "Cuebot runtime stage"
Expand Down

0 comments on commit cc6edd8

Please sign in to comment.