Skip to content

Commit

Permalink
Use go docker image with alpine 3.18
Browse files Browse the repository at this point in the history
The 3.18 includes a fix for a bug in musl libc when there is a
`search .` in /etc/resolv.conf.

Fixes: k0sproject#3351
Ref: https://www.openwall.com/lists/musl/2022/08/31/5

Signed-off-by: Natanael Copa <[email protected]>
(cherry picked from commit 1217281)
  • Loading branch information
ncopa authored and twz123 committed Jan 10, 2024
1 parent 9e7f6e2 commit 8ef16d8
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.12

runc_version = 1.1.11
Expand Down

0 comments on commit 8ef16d8

Please sign in to comment.