Skip to content

Commit

Permalink
chore(deps): update docker.io/library/busybox:stable-glibc docker dig…
Browse files Browse the repository at this point in the history
…est to 95101b8

Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and tklauser committed Jul 3, 2023
1 parent 0a2239e commit 0e7c883
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 @@ -9,7 +9,7 @@ RUN apk add --no-cache git make
COPY . .
RUN make

FROM docker.io/library/busybox:stable-glibc@sha256:7f1b8b8fad24e83b8712676be347b5d19f3cea05bfe918ab05bb19664adb863c
FROM docker.io/library/busybox:stable-glibc@sha256:95101b8269a3d228cb6fb5342f15c016105c71c2f9cfabc6ead76644de2fc3e9
LABEL maintainer="[email protected]"
COPY --from=builder /go/src/github.com/cilium/cilium-cli/cilium /usr/local/bin/cilium
RUN ["wget", "-P", "/usr/local/bin", "https://dl.k8s.io/release/v1.23.6/bin/linux/amd64/kubectl"]
Expand Down

0 comments on commit 0e7c883

Please sign in to comment.