Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Upgraded Dockerfiles to go 1.15.2 (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalextowle authored Sep 21, 2020
1 parent 75e2e18 commit abba256
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/mesh-bootstrap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# mesh-builder produces a statically linked binary
FROM golang:1.15.0-alpine3.12 as mesh-builder
FROM golang:1.15.2-alpine3.12 as mesh-builder


RUN apk update && apk add ca-certificates nodejs-current npm make git dep gcc build-base musl linux-headers
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/mesh-bridge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# mesh-builder produces a statically linked binary
FROM golang:1.15.0-alpine3.12 as mesh-builder
FROM golang:1.15.2-alpine3.12 as mesh-builder


RUN apk update && apk add ca-certificates nodejs-current npm make git dep gcc build-base musl linux-headers
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/mesh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# mesh-builder produces a statically linked binary
FROM golang:1.15.0-alpine3.12 as mesh-builder
FROM golang:1.15.2-alpine3.12 as mesh-builder


RUN apk update && apk add ca-certificates nodejs-current npm make git dep gcc build-base musl linux-headers
Expand Down

0 comments on commit abba256

Please sign in to comment.