Skip to content

Commit

Permalink
chore(deps): update docker.io/library/alpine:3.21.0 docker digest to …
Browse files Browse the repository at this point in the history
…21dc606

Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and rolinh committed Dec 6, 2024
1 parent 9d25bf3 commit cc4bf3c
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 @@ -12,7 +12,7 @@ RUN make clean && make hubble
# thread[1].
# [0]: https://bugs.busybox.net/show_bug.cgi?id=12541
# [1]: https://github.com/gliderlabs/docker-alpine/issues/539
FROM docker.io/library/alpine:3.21.0@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621
FROM docker.io/library/alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
RUN apk add --no-cache bash curl jq
COPY --from=builder /go/src/github.com/cilium/hubble/hubble /usr/bin
CMD ["/usr/bin/hubble"]

0 comments on commit cc4bf3c

Please sign in to comment.