1
0
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:
Cosmin Cojocar
2019-10-08 09:44:34 +02:00
committed by GitHub
parent 186dec7b26
commit ea9faae22d

View File

@@ -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