diff --git a/build/Dockerfile b/build/Dockerfile index 7af86b3..c5318c1 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -52,7 +52,7 @@ RUN go install github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest FROM drwetter/testssl.sh:3.0 AS testssl -FROM alpine:3.14 +FROM alpine:3.15 LABEL org.opencontainers.image.authors="trimstray@gmail.com"