Merge pull request #1183 from SkynetLabs/ivo/bump_go_1.16.7

Bump the go version used by accounts's container to 1.16.7
This commit is contained in:
Matthew Sevey 2021-09-13 12:20:19 -04:00 committed by GitHub
commit ac76c2c2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.15
FROM golang:1.16.7
LABEL maintainer="NebulousLabs <devs@nebulous.tech>"
ENV GOOS linux