Skip to content

Commit

Permalink
Bump busybox from 1.36.1 to 1.37.0
Browse files Browse the repository at this point in the history
Bumps busybox from 1.36.1 to 1.37.0.

---
updated-dependencies:
- dependency-name: busybox
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 25c5500 commit e2df3e7
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 @@ -19,7 +19,7 @@ COPY controllers/ controllers/
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH GO111MODULE=on go build -a -o manager main.go

# Add busybox
FROM busybox:1.36.1 as shelladder
FROM busybox:1.37.0 as shelladder

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
Expand Down

0 comments on commit e2df3e7

Please sign in to comment.