1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-30 04:30:43 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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