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:
Silvin Lubecki 2022-04-14 14:42:47 +02:00 committed by GitHub
commit a13500b745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARG GO_VERSION=1.16.10
ARG GO_VERSION=1.16.15
FROM golang:${GO_VERSION}-alpine

View File

@ -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