Skip to content

Commit 451ded4

Browse files
chore: bump Go to 1.25.5 to fix crypto/x509 CVEs (#471)
* chore: bump Go to 1.24.11 to fix crypto/x509 CVEs * chore: bump Go to 1.25.5
1 parent 7c0b093 commit 451ded4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.25.0
1+
golang 1.25.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/golang:1.24.4 as builder
1+
FROM docker.io/library/golang:1.25.5 as builder
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)