File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
private/bufpkg/bufremoteplugin/bufremoteplugindocker/testdata/success Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} golang:1.25-alpine3.22 AS builder
1+ FROM --platform=${BUILDPLATFORM} golang:1.25-alpine3.23 AS builder
22
33WORKDIR /workspace
44
@@ -13,7 +13,7 @@ ARG TARGETARCH
1313RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1414 go build -ldflags "-s -w" -trimpath -buildvcs=false -o /go/bin/buf ./cmd/buf
1515
16- FROM alpine:3.22 .2
16+ FROM alpine:3.23 .2
1717
1818RUN apk add --update --no-cache \
1919 ca-certificates \
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ endif
164164 # make sure both of these docker images exist
165165 # the release of these images will lag the actual release
166166 docker pull golang:$(GOVERSION)-bookworm
167- docker pull golang:$(GOVERSION)-alpine3.22
167+ docker pull golang:$(GOVERSION)-alpine3.23
168168 $(SED_I) "s/golang:1\.[0-9][0-9]*/golang:$(GOVERSION)/g" $(shell git-ls-files-unstaged | grep Dockerfile)
169169 $(SED_I) "s/golang:1\.[0-9][0-9]*/golang:$(GOVERSION)/g" $(shell git-ls-files-unstaged | grep \.mk$)
170170 $(SED_I) "s/go-version: '1\.[0-9][0-9].x'/go-version: '$(GOVERSION).x'/g" $(shell git-ls-files-unstaged | grep \.github\/workflows | grep -v previous.yaml)
Original file line number Diff line number Diff line change 1- FROM alpine:3.22.1
1+ FROM alpine:3.23.2
22
33RUN echo "success"
You can’t perform that action at this time.
0 commit comments