Skip to content

Commit e523e54

Browse files
fix: docs/Dockerfile to reduce vulnerabilities (#5570)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-MUSL-8720634 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8690014 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8690014 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8710358 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8710358 Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 6021dd9 commit e523e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.22.4-alpine3.20 AS builder
22
COPY main.go .
33
RUN go build -o /server main.go
44

5-
FROM alpine:3.21.0
5+
FROM alpine:3.21.3
66
RUN apk --no-cache add ca-certificates
77

88
COPY --from=builder /server ./

0 commit comments

Comments
 (0)