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 committed Jan 3, 2021
1 parent fa449de commit 482cd87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
build
test
test.yml
.DS_STORE
template
2 changes: 1 addition & 1 deletion template/golang-http/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 482cd87

Please sign in to comment.