Skip to content

Commit 8d7af8c

Browse files
Upgrade algod and indexer images to Go 1.17 (#177)
1 parent b22e799 commit 8d7af8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/algod/source/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.11
1+
FROM golang:1.17
22

33
ARG URL=https://github.com/algorand/go-algorand
44
ARG BRANCH=master

docker/indexer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13.12-alpine
1+
FROM golang:1.17-alpine
22

33
ARG URL=https://github.com/algorand/indexer
44
ARG BRANCH=master

0 commit comments

Comments
 (0)