mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 18:15:28 +00:00
Merge pull request #6226 from heywoodlh/docker-golang-bump
bump golang in dockerfile: 1.22 => 1.23
This commit is contained in:
commit
40e29f1095
@ -1,5 +1,5 @@
|
|||||||
# Build
|
# Build
|
||||||
FROM golang:1.22-alpine AS builder
|
FROM golang:1.23-alpine AS builder
|
||||||
|
|
||||||
RUN apk add build-base
|
RUN apk add build-base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
@ -13,4 +13,4 @@ FROM alpine:latest
|
|||||||
RUN apk add --no-cache bind-tools chromium ca-certificates
|
RUN apk add --no-cache bind-tools chromium ca-certificates
|
||||||
COPY --from=builder /app/bin/nuclei /usr/local/bin/
|
COPY --from=builder /app/bin/nuclei /usr/local/bin/
|
||||||
|
|
||||||
ENTRYPOINT ["nuclei"]
|
ENTRYPOINT ["nuclei"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user