Skip to content

Commit 86a1459

Browse files
Specify patch version for go docker image
It allows renovate to find upadted of the go docker image, and propose a bump of patch version that can be a source of security updates like it is for go 1.21.4 --> 1.24.4 which fixes some not major CVE
1 parent 8796baf commit 86a1459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.17
2-
FROM golang:1.24 AS builder
2+
FROM golang:1.24.4 AS builder
33
ARG VERSION
44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)