Update private-registries.md

Amazon credential helper updates mean using GO 1.16 will cause slice errors. e.g.

```
undefined: unsafe.Slice
```

Using 1.17 as the source FROM fixes this.
This commit is contained in:
Tom Paine 2023-09-04 11:06:35 +01:00 committed by GitHub
parent 2e643ed7da
commit 1f352837ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ in a volume that may be mounted onto your watchtower container.
1. Create the Dockerfile (contents below):
```Dockerfile
FROM golang:1.16
FROM golang:1.17
ENV GO111MODULE off
ENV CGO_ENABLED 0