diff --git a/docs/private-registries.md b/docs/private-registries.md index e6edc39e7..8b3f28db3 100644 --- a/docs/private-registries.md +++ b/docs/private-registries.md @@ -102,8 +102,9 @@ in a volume that may be mounted onto your watchtower container. 1. Create the Dockerfile (contents below): ```Dockerfile - FROM golang:latest + FROM golang:1.16 + ENV GO111MODULE off ENV CGO_ENABLED 0 ENV REPO github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/docker-credential-ecr-login