File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} golang:1.21-alpine3.18 as builder
1+ FROM --platform=${BUILDPLATFORM} golang:1.21-alpine3.19 as builder
22
33WORKDIR /workspace
44
Original file line number Diff line number Diff line change 1- FROM golang:1.21-alpine3.18
1+ FROM golang:1.21-alpine3.19
22
33ARG PROJECT
44ARG GO_MODULE
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments