Upgrade alpine to 3.18.6 for security fixes

dev
alizademhdi 2024-03-15 16:01:27 +03:30
parent d93b4a01df
commit fcd5c6b111
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN go mod download
RUN go build ./cmd/nuclei
# Release
FROM alpine:3.18.5
FROM alpine:3.18.6
RUN apk -U upgrade --no-cache \
&& apk add --no-cache bind-tools chromium ca-certificates
COPY --from=build-env /app/nuclei /usr/local/bin/