Skip to content

Commit

Permalink
Update Dockerfile to Go 1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 8, 2021
1 parent 91bd120 commit b3f9782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM teamserverless/license-check:0.3.9 as license-check

FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.15.14 as build
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.16 as build

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit b3f9782

Please sign in to comment.