Skip to content

Commit 8f0dd69

Browse files
satrsnyk-bot
andauthored
fix: Dockerfile.goreleaser to reduce vulnerabilities (#86)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000 Co-authored-by: snyk-bot <[email protected]>
1 parent bc56b79 commit 8f0dd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.goreleaser

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18
1+
FROM alpine:3
22
RUN apk update && apk add ca-certificates && apk add bash && rm -rf /var/cache/apk/*
33

44
RUN addgroup -S -g 1000 radix && adduser -S -u 1000 -G radix radix

0 commit comments

Comments
 (0)