Skip to content

Commit

Permalink
Bump alpine from 3.20.2 to 3.20.3 (#3299)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bufdev <[email protected]>
  • Loading branch information
dependabot[bot] and bufdev committed Sep 10, 2024
1 parent 84c118c commit bf36303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.buf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG TARGETARCH
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
go build -ldflags "-s -w" -trimpath -buildvcs=false -o /go/bin/buf ./cmd/buf

FROM --platform=${TARGETPLATFORM} alpine:3.20.2
FROM --platform=${TARGETPLATFORM} alpine:3.20.3

Check warning on line 16 in Dockerfile.buf

View workflow job for this annotation

GitHub Actions / docker

Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior

RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior More info: https://docs.docker.com/go/dockerfile/rule/redundant-target-platform/

RUN apk add --update --no-cache \
ca-certificates \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.20.2
FROM alpine:3.20.3

RUN echo "success"

0 comments on commit bf36303

Please sign in to comment.