Bump Golang to 1.15 and Alpine to 3.12.

Signed-off-by: olegburov <oleg.burov@outlook.com>
This commit is contained in:
olegburov 2020-08-21 19:04:11 -07:00 committed by Oleg Burov
parent f89664f7d1
commit 49f7426dcb
No known key found for this signature in database
GPG key ID: EFB6618C78FA7458
5 changed files with 52 additions and 6 deletions

View file

@ -60,7 +60,7 @@ to the 1.0 registry. Requests from newer clients will route to the 2.0 registry.
$ docker-compose build
registryv1 uses an image, skipping
Building registryv2...
Step 0 : FROM golang:1.4
Step 0 : FROM golang:1.15
...