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

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