diff --git a/Dockerfile b/Dockerfile index abf610e..3c580d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/