Skip to content

Commit 2b4cf04

Browse files
Specify patch version for go docker image (#1091)
Specifying the patch version of the go docker image should allow renovate to propose version updates for patch version that ca contain security updates like it is the case for go 1.21.4 --> 1.24.5 which fixes some non major CVE.
1 parent af1f3a6 commit 2b4cf04

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.5 AS builder
33
ARG VERSION
44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)