fix: Dockerfile to reduce vulnerabilities (#1)
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
committed by
GitHub
parent
935ef4fc26
commit
cc8959d060
+1
-1
@@ -19,7 +19,7 @@ RUN if [ ! -f go.mod ]; then \
|
||||
RUN CGO_ENABLED=0 go build -o dynamic_mitm_server .
|
||||
|
||||
# Final minimal image.
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.23.3
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user