Skip to content

Commit

Permalink
Update Alpine build image release series to 3.18
Browse files Browse the repository at this point in the history
Switch from Alpine 3.16 to Alpine 3.18.

refs GH-1043
  • Loading branch information
atc0005 committed Jun 15, 2023
1 parent a977d17 commit 3a55153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/build/alpine-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

FROM golang:1.20.4-alpine3.16
FROM golang:1.20.4-alpine3.18

# 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
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.20.4-alpine3.16
FROM i386/golang:1.20.4-alpine3.18

# 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 3a55153

Please sign in to comment.