Upgrade algod and indexer golang to 1.18.2 (#1225)
* Upgrade algod golang to 1.18.2 * Upgrade algorand indexer to golang 1.18.2
This commit is contained in:
parent
1e6611ebb6
commit
8049dce113
|
@ -1,4 +1,4 @@
|
||||||
ARG GO_VERSION=1.17.5
|
ARG GO_VERSION=1.18.2
|
||||||
FROM golang:$GO_VERSION as algorand-algod
|
FROM golang:$GO_VERSION as algorand-algod
|
||||||
|
|
||||||
# Support additional root CAs
|
# Support additional root CAs
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG GO_VERSION=1.17.5
|
ARG GO_VERSION=1.18.2
|
||||||
FROM golang:$GO_VERSION-alpine
|
FROM golang:$GO_VERSION-alpine
|
||||||
|
|
||||||
# Support additional root CAs
|
# Support additional root CAs
|
||||||
|
|
Loading…
Reference in New Issue