Skip to content

Commit

Permalink
update docker images go version
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Jan 27, 2021
1 parent 262438c commit 86c306a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/elrond/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.14-stretch as builder
FROM golang:1.15.7 as builder
MAINTAINER ElrondNetwork

RUN apt-get update && apt-get install -y
Expand Down
2 changes: 1 addition & 1 deletion docker/keygenerator/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.14-stretch as builder
FROM golang:1.15.7 as builder
MAINTAINER ElrondNetwork

RUN apt-get update && apt-get install -y
Expand Down
2 changes: 1 addition & 1 deletion docker/seednode/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.14-stretch as builder
FROM golang:1.15.7 as builder
MAINTAINER ElrondNetwork

RUN apt-get update && apt-get install -y
Expand Down

0 comments on commit 86c306a

Please sign in to comment.