Skip to content

Commit 6537636

Browse files
dpatsorasnyk-bot
andauthored
fix: server/Dockerfile to reduce vulnerabilities (#35)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent b44a5df commit 6537636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY . .
1616
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o faucet-server main.go
1717

1818
# Production stage
19-
FROM alpine:3.23.3
19+
FROM alpine:3.23.4
2020

2121
# Install ca-certificates for HTTPS requests
2222
RUN apk --no-cache add ca-certificates

0 commit comments

Comments
 (0)