You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
atc0005
changed the title
Stable build images for Alpine x64 and x86 are outdated
Stable build images for Alpine x64 and x86 have outdated Go version
Jun 15, 2023
Per https://hub.docker.com/_/golang/tags?page=1&name=1.20.5-alpine there are Alpine-based Go 1.20.5 images for:
1.20.5-alpine
)We are using Go 1.20 images based on Alpine 3.16:
go-ci/stable/build/alpine-x64/Dockerfile
Line 10 in a977d17
go-ci/stable/build/alpine-x86/Dockerfile
Line 10 in a977d17
which only provide up to Go 1.20.4 and not Go 1.20.5 as intended.
We'll need to move from Alpine 3.16 to one of the other two image versions.
The text was updated successfully, but these errors were encountered: