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 fa449de commit b7c7a6bCopy full SHA for b7c7a6b
template/golang-http/Dockerfile
@@ -1,5 +1,5 @@
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/of-watchdog:0.8.0 as watchdog
2
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.13-alpine3.11 as build
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.13-alpine3.12 as build
3
4
ARG TARGETPLATFORM
5
ARG BUILDPLATFORM
template/golang-middleware/Dockerfile
0 commit comments