Merge pull request #6226 from heywoodlh/docker-golang-bump

bump golang in dockerfile: 1.22 => 1.23
This commit is contained in:
Dogan Can Bakir 2025-05-15 17:51:24 +03:00 committed by GitHub
commit 40e29f1095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Build
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder
RUN apk add build-base
WORKDIR /app
@ -13,4 +13,4 @@ FROM alpine:latest
RUN apk add --no-cache bind-tools chromium ca-certificates
COPY --from=builder /app/bin/nuclei /usr/local/bin/
ENTRYPOINT ["nuclei"]
ENTRYPOINT ["nuclei"]