mirror of https://github.com/docker/cli.git
Merge pull request #3527 from thaJeztah/20.10_fix_go_versions
[20.10] update remaining Dockerfiles to go 1.16.15
This commit is contained in:
commit
a13500b745
|
@ -1,4 +1,4 @@
|
|||
ARG GO_VERSION=1.16.10
|
||||
ARG GO_VERSION=1.16.15
|
||||
|
||||
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.
|
||||
FROM golang:${GO_VERSION}-buster
|
||||
|
|
Loading…
Reference in New Issue