We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1cd27 commit ef05aacCopy full SHA for ef05aac
Dockerfile
@@ -1,5 +1,5 @@
1
# Build
2
-FROM golang:1.22-alpine AS builder
+FROM golang:1.23-alpine AS builder
3
4
RUN apk add build-base
5
WORKDIR /app
@@ -13,4 +13,4 @@ FROM alpine:latest
13
RUN apk add --no-cache bind-tools chromium ca-certificates
14
COPY --from=builder /app/bin/nuclei /usr/local/bin/
15
16
-ENTRYPOINT ["nuclei"]
+ENTRYPOINT ["nuclei"]
0 commit comments