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
5 changed files with 5 additions and 5 deletions

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>