Skip to content

Commit

Permalink
Fix Alpine x86 Docker image version
Browse files Browse the repository at this point in the history
Use the intended Go 1.17.9 version instead of the incorrectly
chosen 1.18.1 version (based on current Dependabot config).

refs GH-605
refs GH-601
  • Loading branch information
atc0005 committed Apr 13, 2022
1 parent 3b0557d commit 1144a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/build/alpine-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# https://hub.docker.com/_/golang

FROM i386/golang:1.18.1-alpine3.14
FROM i386/golang:1.17.9-alpine3.14

# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
Expand Down

0 comments on commit 1144a85

Please sign in to comment.