mirror of https://github.com/daffainfo/nuclei.git
chore(deps): bump golang from 1.20.1-alpine to 1.20.2-alpine
Bumps golang from 1.20.1-alpine to 1.20.2-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>dev
parent
72faa98986
commit
99e7c08ad7
|
@ -1,5 +1,5 @@
|
|||
# Build
|
||||
FROM golang:1.20.1-alpine AS build-env
|
||||
FROM golang:1.20.2-alpine AS build-env
|
||||
RUN apk add build-base
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
|
Loading…
Reference in New Issue