We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429edae commit e53b9c4Copy full SHA for e53b9c4
Dockerfile
@@ -1,7 +1,7 @@
1
FROM teamserverless/license-check:0.3.9 as license-check
2
3
# Build stage
4
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.13-alpine as builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.15 as builder
5
6
ARG TARGETPLATFORM
7
ARG BUILDPLATFORM
@@ -17,7 +17,6 @@ ENV CGO_ENABLED=0
17
18
WORKDIR /usr/bin/
19
20
-RUN apk --no-cache add git
21
COPY --from=license-check /license-check /usr/bin/
22
23
WORKDIR /go/src/github.com/openfaas/faas-cli
Dockerfile.redist
FROM teamserverless/license-check:0.3.6 as license-check
-FROM golang:1.13 as builder
+FROM golang:1.15 as builder
ARG GIT_COMMIT
ARG VERSION
0 commit comments