Skip to content

Commit beb02b1

Browse files
caniszczyksnyk-bot
andauthored
fix: build/package/Dockerfile.builder to reduce vulnerabilities (#1504)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435528 - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 80d6d73 commit beb02b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/package/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM golang:1.24-alpine
1+
FROM golang:1.25.4-alpine
22
RUN apk --no-cache add make git

0 commit comments

Comments
 (0)