Skip to content

Commit 5cafce0

Browse files
snyk-botAlessio Treglia
authored andcommitted
fix: server/Dockerfile to reduce vulnerabilities
1 parent d8c0b43 commit 5cafce0

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:latest
19+
FROM alpine:3.23.3
2020

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

0 commit comments

Comments
 (0)