build: update Docker versions to Go 1.15.7

This updates the Docker files to the latest minor release of Go which
included some security fixes.
This commit is contained in:
Olaoluwa Osuntokun 2021-01-26 17:28:13 -08:00
parent 39f51b5568
commit 578b348a50
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.15.6-alpine as builder
FROM golang:1.15.7-alpine as builder
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.

View File

@ -4,7 +4,7 @@
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.15.6-alpine as builder
FROM golang:1.15.7-alpine as builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"

View File

@ -1,4 +1,4 @@
FROM golang:1.12-alpine as builder
FROM golang:1.15.7-alpine as builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"

View File

@ -1,4 +1,4 @@
FROM golang:1.12-alpine as builder
FROM golang:1.15.7-alpine as builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"

View File

@ -4,7 +4,7 @@
# /dev.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.15.6-buster
FROM golang:1.15.7-buster
MAINTAINER Olaoluwa Osuntokun <laolu@lightning.engineering>