Skip to content

Commit f3eedd8

Browse files
committed
chore(deps): update docker.io/library/alpine docker tag to v3.19.3
Signed-off-by: renovate[bot] <[email protected]>
1 parent da0aef3 commit f3eedd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN make clean && make hubble
1212
# thread[1].
1313
# [0]: https://bugs.busybox.net/show_bug.cgi?id=12541
1414
# [1]: https://github.com/gliderlabs/docker-alpine/issues/539
15-
FROM docker.io/library/alpine:3.19.2@sha256:af4785ccdbcd5cde71bfd5b93eabd34250b98651f19fe218c91de6c8d10e21c5
15+
FROM docker.io/library/alpine:3.19.3@sha256:95c16745f100f44cf9a0939fd3f357905f845f8b6fa7d0cde0e88c9764060185
1616
RUN apk add --no-cache bash curl jq
1717
COPY --from=builder /go/src/github.com/cilium/hubble/hubble /usr/bin
1818
CMD ["/usr/bin/hubble"]

0 commit comments

Comments
 (0)