Skip to content

Commit

Permalink
Merge pull request #1278 from pyrra-dev/dependabot/docker/busybox-1.37.0
Browse files Browse the repository at this point in the history
build(deps): bump busybox from 1.36.1 to 1.37.0
  • Loading branch information
github-actions[bot] authored Oct 20, 2024
2 parents 7e6359f + 4e8bde0 commit 061399b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform="${BUILDPLATFORM:-linux/amd64}" docker.io/busybox:1.36.1 as builder
FROM --platform="${BUILDPLATFORM:-linux/amd64}" docker.io/busybox:1.37.0 as builder

ARG TARGETOS TARGETARCH TARGETVARIANT

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DLV_VERSION=v1.21.0
RUN apk update && apk add --no-cache build-base
RUN go install "github.com/go-delve/delve/cmd/dlv@${DLV_VERSION}"

FROM --platform="${BUILDPLATFORM:-linux/amd64}" docker.io/busybox:1.36.1 as builder
FROM --platform="${BUILDPLATFORM:-linux/amd64}" docker.io/busybox:1.37.0 as builder

ARG TARGETOS TARGETARCH TARGETVARIANT

Expand Down

0 comments on commit 061399b

Please sign in to comment.