mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-01-31 15:53:10 +08:00
bump golang in dockerfile: 1.22 => 1.23
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user