Skip to content

Commit

Permalink
Bump golang image version to 1.15-apline3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
  • Loading branch information
viveksyngh authored and alexellis committed Jan 3, 2021
1 parent fa449de commit b2dfa2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
build
test
test.yml
.DS_STORE
2 changes: 1 addition & 1 deletion 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
ARG BUILDPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion template/golang-middleware/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
ARG BUILDPLATFORM
Expand Down

0 comments on commit b2dfa2c

Please sign in to comment.