We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7376c2 commit c4803aeCopy full SHA for c4803ae
Dockerfile
@@ -12,7 +12,7 @@ RUN make clean && make hubble
12
# thread[1].
13
# [0]: https://bugs.busybox.net/show_bug.cgi?id=12541
14
# [1]: https://github.com/gliderlabs/docker-alpine/issues/539
15
-FROM docker.io/library/alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
+FROM docker.io/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
16
RUN apk add --no-cache bash curl jq
17
COPY --from=builder /go/src/github.com/cilium/hubble/hubble /usr/bin
18
CMD ["/usr/bin/hubble"]
0 commit comments