diff --git a/Dockerfile b/Dockerfile index 95dcea5..565e142 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.1 +FROM golang:1.16 WORKDIR /gotty COPY . /gotty