Skip to content

Commit

Permalink
Update base image to specific Java version to prevent caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Jan 26, 2024
1 parent 6b9b6f4 commit 3c28775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN unzip /hivemq-ce-${HIVEMQ_VERSION}.zip -d /opt \
&& chgrp -R 0 /opt \
&& chmod -R 770 /opt

FROM eclipse-temurin:11-jre-jammy
FROM eclipse-temurin:11.0.22_7-jre-jammy

ARG HIVEMQ_VERSION

Expand Down

0 comments on commit 3c28775

Please sign in to comment.