Skip to content
Snippets Groups Projects
Commit 6cb75fc6 authored by renovate's avatar renovate
Browse files

Update golang Docker tag to v1.20

parent 7c632307
Branches
No related tags found
1 merge request!227Update golang Docker tag to v1.20
Pipeline #52611 passed
FROM golang:1.19 AS gobuild
FROM golang:1.20 AS gobuild
COPY modsec_logger.go /src/modsec_logger.go
WORKDIR /src
RUN go build -tags netgo -o modsec_logger modsec_logger.go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment