Updating dockerfile

This commit is contained in:
Mzack9999 2020-08-02 12:51:37 +02:00 committed by GitHub
parent a0b11d4662
commit 39465cf7e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.13.11-alpine3.10 AS build-env FROM golang:1.14-alpine AS build-env
RUN apk add --no-cache --upgrade git openssh-client ca-certificates RUN apk add --no-cache --upgrade git openssh-client ca-certificates
RUN go get -u github.com/golang/dep/cmd/dep RUN go get -u github.com/golang/dep/cmd/dep