diff --git a/Dockerfile b/Dockerfile index 814273571..eadf4f7e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ RUN go mod download RUN go build ./cmd/subfinder # Release -FROM alpine:3.18.2 +FROM alpine:3.18.6 RUN apk upgrade --no-cache \ && apk add --no-cache bind-tools ca-certificates COPY --from=build-env /app/v2/subfinder /usr/local/bin/ -ENTRYPOINT ["subfinder"] \ No newline at end of file +ENTRYPOINT ["subfinder"]