mirror of https://github.com/docker/cli.git
[20.10] update remaining Dockerfiles to go 1.16.15
These were missed, probably because they are no longer present in the master branch. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
81d965569d
commit
55a14ec851
|
@ -1,4 +1,4 @@
|
||||||
ARG GO_VERSION=1.16.10
|
ARG GO_VERSION=1.16.15
|
||||||
|
|
||||||
FROM golang:${GO_VERSION}-alpine
|
FROM golang:${GO_VERSION}-alpine
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG GO_VERSION=1.16.10
|
ARG GO_VERSION=1.16.15
|
||||||
|
|
||||||
# Use Debian based image as docker-compose requires glibc.
|
# Use Debian based image as docker-compose requires glibc.
|
||||||
FROM golang:${GO_VERSION}-buster
|
FROM golang:${GO_VERSION}-buster
|
||||||
|
|
Loading…
Reference in New Issue