File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ARG GO_VERSION=1.25.1
1+ ARG GO_VERSION=1.25.2
22ARG ALPINE_VERSION=3.22
33FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
44
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ docker pull ghcr.io/obalunenko/go-tools:latest
1515
1616### Go base image
1717
18- The base image is built on top of the official image [ golang:1.25.1 -alpine3.22] ( https://hub.docker.com/_/golang ) and includes the following tools:
18+ The base image is built on top of the official image [ golang:1.25.2 -alpine3.22] ( https://hub.docker.com/_/golang ) and includes the following tools:
1919
2020#### Below is a full manifest of the tools available
2121
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ target "gotools-latest" {
3535 " linux/arm64"
3636 ]
3737 args = {
38- GO_VERSION = " 1.25.1 "
38+ GO_VERSION = " 1.25.2 "
3939 ALPINE_VERSION = " 3.22"
4040 }
4141 labels = {
You can’t perform that action at this time.
0 commit comments