mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00: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:
parent
186dec7b26
commit
ea9faae22d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG GO_VERSION=1.12
|
ARG GO_VERSION=1.13
|
||||||
FROM golang:${GO_VERSION}-alpine AS builder
|
FROM golang:${GO_VERSION}-alpine AS builder
|
||||||
RUN apk add --update --no-cache ca-certificates make git curl
|
RUN apk add --update --no-cache ca-certificates make git curl
|
||||||
RUN mkdir -p /build
|
RUN mkdir -p /build
|
||||||
|
|
Loading…
Reference in a new issue