Skip to content

Commit 84149b4

Browse files
authored
Adjust rest of alpine image references to point to 3.19 (#2663)
1 parent 77abdb3 commit 84149b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.buf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} golang:1.21-alpine3.18 as builder
1+
FROM --platform=${BUILDPLATFORM} golang:1.21-alpine3.19 as builder
22

33
WORKDIR /workspace
44

Dockerfile.workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-alpine3.18
1+
FROM golang:1.21-alpine3.19
22

33
ARG PROJECT
44
ARG GO_MODULE

make/buf/all.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ endif
155155
# make sure both of these docker images exist
156156
# the release of these images will lag the actual release
157157
docker pull golang:$(GOVERSION)-bullseye
158-
docker pull golang:$(GOVERSION)-alpine3.18
158+
docker pull golang:$(GOVERSION)-alpine3.19
159159
$(SED_I) "s/golang:1\.[0-9][0-9]*\.[0-9][0-9]*/golang:$(GOVERSION)/g" $(shell git-ls-files-unstaged | grep Dockerfile)
160160
$(SED_I) "s/golang:1\.[0-9][0-9]*\.[0-9][0-9]*/golang:$(GOVERSION)/g" $(shell git-ls-files-unstaged | grep \.mk$)
161161
$(SED_I) "s/go-version: 1\.[0-9][0-9]*\.[0-9][0-9]*/go-version: $(GOVERSION)/g" $(shell git-ls-files-unstaged | grep \.github\/workflows | grep -v previous.yaml)

0 commit comments

Comments
 (0)