Skip to content

Commit

Permalink
Merge pull request #3384 from ncopa/go-alpine-3.18
Browse files Browse the repository at this point in the history
[release-1.27] Use go with alpine 3.18 (#3351)
  • Loading branch information
ncopa authored Aug 17, 2023
2 parents da6987e + 1217281 commit 0e2035d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-bins/Makefile.variables
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alpine_version = 3.17
alpine_patch_version = $(alpine_version).4
golang_buildimage=docker.io/library/golang:$(go_version)-alpine$(alpine_version)
golang_buildimage=docker.io/library/golang:$(go_version)-alpine3.18
go_version = 1.20.7

runc_version = 1.1.9
Expand Down

0 comments on commit 0e2035d

Please sign in to comment.