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
No related branches found
No related tags found
1 merge request!227Update golang Docker tag to v1.20
Checking pipeline status
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