Skip to content

Commit 2ef6d9e

Browse files
authored
Update docker image versions (#4241)
1 parent 5c88271 commit 2ef6d9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile.buf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} golang:1.25-alpine3.22 AS builder
1+
FROM --platform=${BUILDPLATFORM} golang:1.25-alpine3.23 AS builder
22

33
WORKDIR /workspace
44

@@ -13,7 +13,7 @@ ARG TARGETARCH
1313
RUN 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

1818
RUN apk add --update --no-cache \
1919
ca-certificates \

make/buf/all.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM alpine:3.22.1
1+
FROM alpine:3.23.2
22

33
RUN echo "success"

0 commit comments

Comments
 (0)