Bump the go version used by accounts's container to 1.16.7

This commit is contained in:
Ivaylo Novakov 2021-09-13 09:33:22 +02:00
parent b071884421
commit 49774d2f04
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
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