mirror of
https://github.com/securego/gosec.git
synced 2025-11-25 22:22:17 +02:00
Update the Go version to 1.13 in the Dockerfile (#403)
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG GO_VERSION=1.12
|
||||
ARG GO_VERSION=1.13
|
||||
FROM golang:${GO_VERSION}-alpine AS builder
|
||||
RUN apk add --update --no-cache ca-certificates make git curl
|
||||
RUN mkdir -p /build
|
||||
|
||||
Reference in New Issue
Block a user