Compare commits

...

1 Commits

Author SHA1 Message Date
William Banfield
4fe74101af DOCKER: use go 1.18 2022-08-04 17:49:45 -04:00

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