Skip to content

Commit

Permalink
fix: tool/actions-gh-release/Dockerfile to reduce vulnerabilities (#5118
Browse files Browse the repository at this point in the history
)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532

Signed-off-by: khanhtc1202 <[email protected]>
Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
caniszczyk and snyk-bot authored Aug 8, 2024
1 parent 730164c commit 304ceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/actions-gh-release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.4-alpine3.20
FROM golang:1.22.5-alpine3.20

RUN apk update && apk add git

Expand Down

0 comments on commit 304ceff

Please sign in to comment.