Skip to content

Commit d407146

Browse files
Update docker.io/library/golang Docker tag to v1.24.6
1 parent ab52511 commit d407146

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.24.6 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)