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 da0aef3 commit f3eedd8Copy full SHA for f3eedd8
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.19.2@sha256:af4785ccdbcd5cde71bfd5b93eabd34250b98651f19fe218c91de6c8d10e21c5
+FROM docker.io/library/alpine:3.19.3@sha256:95c16745f100f44cf9a0939fd3f357905f845f8b6fa7d0cde0e88c9764060185
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