Skip to content

Commit 40e29f1

Browse files
Merge pull request #6226 from heywoodlh/docker-golang-bump
bump golang in dockerfile: 1.22 => 1.23
2 parents ebab60f + ef05aac commit 40e29f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build
2-
FROM golang:1.22-alpine AS builder
2+
FROM golang:1.23-alpine AS builder
33

44
RUN apk add build-base
55
WORKDIR /app
@@ -13,4 +13,4 @@ FROM alpine:latest
1313
RUN apk add --no-cache bind-tools chromium ca-certificates
1414
COPY --from=builder /app/bin/nuclei /usr/local/bin/
1515

16-
ENTRYPOINT ["nuclei"]
16+
ENTRYPOINT ["nuclei"]

0 commit comments

Comments
 (0)