mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
docs: "change golang base image"
it's no longer working with 1.16, but it's working with 1.18.
This commit is contained in:
parent
2e643ed7da
commit
311c855d38
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ in a volume that may be mounted onto your watchtower container.
|
||||||
|
|
||||||
1. Create the Dockerfile (contents below):
|
1. Create the Dockerfile (contents below):
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
FROM golang:1.16
|
FROM golang:1.18
|
||||||
|
|
||||||
ENV GO111MODULE off
|
ENV GO111MODULE off
|
||||||
ENV CGO_ENABLED 0
|
ENV CGO_ENABLED 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue