From 3a551539bedb96a7ea4617a293cdb0ac028fa606 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Thu, 15 Jun 2023 04:45:22 -0500 Subject: [PATCH] Update Alpine build image release series to 3.18 Switch from Alpine 3.16 to Alpine 3.18. refs GH-1043 --- stable/build/alpine-x64/Dockerfile | 2 +- stable/build/alpine-x86/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/build/alpine-x64/Dockerfile b/stable/build/alpine-x64/Dockerfile index b9a2e02a..585977f6 100644 --- a/stable/build/alpine-x64/Dockerfile +++ b/stable/build/alpine-x64/Dockerfile @@ -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" diff --git a/stable/build/alpine-x86/Dockerfile b/stable/build/alpine-x86/Dockerfile index 21b025cd..bb2d8564 100644 --- a/stable/build/alpine-x86/Dockerfile +++ b/stable/build/alpine-x86/Dockerfile @@ -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"