File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BASE_VARIANT=alpine
55# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
66# It must be a supported tag in the docker.io/library/alpine image repository
77# that's also available as alpine image variant for the Golang version used.
8- ARG ALPINE_VERSION=3.22
8+ ARG ALPINE_VERSION=3.23
99ARG BASE_DEBIAN_DISTRO=bookworm
1010
1111ARG GO_VERSION=1.25.7
Original file line number Diff line number Diff line change 22
33# ALPINE_VERSION sets the version of the alpine base image to use.
44# It must be a supported tag in the docker.io/library/alpine image repository.
5- ARG ALPINE_VERSION=3.22
5+ ARG ALPINE_VERSION=3.23
66
77FROM alpine:${ALPINE_VERSION} AS gen
88RUN apk add --no-cache bash git
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG GO_VERSION=1.25.7
55# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
66# It must be a supported tag in the docker.io/library/alpine image repository
77# that's also available as alpine image variant for the Golang version used.
8- ARG ALPINE_VERSION=3.22
8+ ARG ALPINE_VERSION=3.23
99
1010# BUILDX_VERSION sets the version of buildx to install in the dev container.
1111# It must be a valid tag in the docker.io/docker/buildx-bin image repository
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG GO_VERSION=1.25.7
55# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
66# It must be a supported tag in the docker.io/library/alpine image repository
77# that's also available as alpine image variant for the Golang version used.
8- ARG ALPINE_VERSION=3.22
8+ ARG ALPINE_VERSION=3.23
99# GOLANGCI_LINT_VERSION sets the version of the golangci/golangci-lint image to use.
1010ARG GOLANGCI_LINT_VERSION=v2.6.1
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG GO_VERSION=1.25.7
55# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
66# It must be a supported tag in the docker.io/library/alpine image repository
77# that's also available as alpine image variant for the Golang version used.
8- ARG ALPINE_VERSION=3.22
8+ ARG ALPINE_VERSION=3.23
99ARG MODOUTDATED_VERSION=v0.8.0
1010
1111FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
You can’t perform that action at this time.
0 commit comments