Skip to content

Commit b3f9782

Browse files
committed
Update Dockerfile to Go 1.16
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 91bd120 commit b3f9782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM teamserverless/license-check:0.3.9 as license-check
22

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

55
ARG TARGETPLATFORM
66
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)