We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c42cb23 + 4e0e7af commit 8e6d03aCopy full SHA for 8e6d03a
Dockerfile
@@ -1,5 +1,5 @@
1
# Image page: <https://hub.docker.com/_/golang>
2
-FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.24-alpine AS builder
+FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.25-alpine AS builder
3
4
# app version and build date must be passed during image building (version without any prefix).
5
# e.g.: `docker build --build-arg "APP_VERSION=1.2.3" --build-arg "BUILD_TIME=$(date +%FT%T%z)" .`
0 commit comments