DOCKER: use go 1.18

This commit is contained in:
William Banfield
2022-08-04 17:48:37 -04:00
parent 88186f76fc
commit 4fe74101af

View File

@@ -1,5 +1,5 @@
# stage 1 Generate Tendermint Binary
FROM --platform=$BUILDPLATFORM golang:1.15-alpine as builder
FROM --platform=$BUILDPLATFORM golang:1.18-alpine as builder
RUN apk update && \
apk upgrade && \
apk --no-cache add make