Skip to content

Commit

Permalink
build(deps): bump library/busybox from 8946083 to 7b72c24
Browse files Browse the repository at this point in the history
Bumps library/busybox from `8946083` to `7b72c24`.

---
updated-dependencies:
- dependency-name: library/busybox
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tklauser committed Oct 5, 2022
1 parent fd5dd07 commit 3235080
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:89460832a8563a3a8ea6f7afaec01cc254f1bef29c660f8748c16bcfa681411e
FROM docker.io/library/busybox:stable-glibc@sha256:7b72c24a4a5750471d0a609d3d2de547a7816808d38ad93be5e7c747aa7742c5
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 3235080

Please sign in to comment.