Skip to content

Commit 2802ab1

Browse files
Update docker.io/library/golang Docker tag to v1.25.0
1 parent ab52511 commit 2802ab1

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
# Builder stage
2-
FROM docker.io/library/golang:1.23.4 AS builder
2+
FROM docker.io/library/golang:1.25.0 AS builder
33
WORKDIR /build
44
# Copy go mod files and download dependencies
55
COPY ./src/go.mod ./src/go.sum ./

0 commit comments

Comments
 (0)