We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa449de commit b2dfa2cCopy full SHA for b2dfa2c
.gitignore
@@ -1,3 +1,4 @@
1
build
2
test
3
test.yml
4
+.DS_STORE
template/golang-http/Dockerfile
@@ -1,5 +1,5 @@
FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/of-watchdog:0.8.0 as watchdog
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.13-alpine3.11 as build
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.15-alpine3.12 as build
ARG TARGETPLATFORM
5
ARG BUILDPLATFORM
template/golang-middleware/Dockerfile
0 commit comments