Merge pull request #22 from jkandasa/go-docker-version

update go version in Dockerfile
This commit is contained in:
Soren L. Hansen 2022-01-12 14:11:38 -08:00 committed by GitHub
commit 790edc5fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.13.1 FROM golang:1.16
WORKDIR /gotty WORKDIR /gotty
COPY . /gotty COPY . /gotty