Skip to content

Commit 8e6d03a

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-5
2 parents c42cb23 + 4e0e7af commit 8e6d03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image page: <https://hub.docker.com/_/golang>
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.24-alpine AS builder
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.25-alpine AS builder
33

44
# app version and build date must be passed during image building (version without any prefix).
55
# e.g.: `docker build --build-arg "APP_VERSION=1.2.3" --build-arg "BUILD_TIME=$(date +%FT%T%z)" .`

0 commit comments

Comments
 (0)