Skip to content

Commit

Permalink
Use digest pinning for Docker base images
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Jan 26, 2024
1 parent b0ff214 commit 008bd6c
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.0.22_7-jre-jammy
FROM eclipse-temurin@sha256:985ec5f9ff61ef9e24b2298ef902d773a1e1cb36693d62d0ac4d37e289ff595b

ARG HIVEMQ_VERSION

Expand Down

0 comments on commit 008bd6c

Please sign in to comment.