Skip to content

Commit

Permalink
Pin busybox Docker tag to 02289a9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Donnerbart committed Jan 29, 2024
1 parent 6e72837 commit ed1720d
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
@@ -1,5 +1,5 @@
# We use multi-stage here to unzip in an initial layer so we don't have to COPY and then RUN unzip (two layers). ADD can lead to larger layers as well.
FROM busybox:1.35.0 AS unpack
FROM busybox:1.35.0@sha256:02289a9972c5024cd2f083221f6903786e7f4cb4a9a9696f665d20dd6892e5d6 AS unpack

ARG HIVEMQ_VERSION

Expand Down

0 comments on commit ed1720d

Please sign in to comment.