Updated Go compiler version.

This commit is contained in:
Jeromy Streets 2021-12-15 15:15:20 -08:00
parent 562f95e8ea
commit 7586936f78
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
################################################################################
## GO BUILDER
################################################################################
FROM golang:1.17.2 as builder
FROM golang:1.17.5 as builder
ENV VERSION 1.8.5
ENV BUILD_DIR /build

View File

@ -1,4 +1,4 @@
FROM golang:1.17.2 as builder
FROM golang:1.17.5 as builder
ENV VERSION 1.8.5
ENV BUILD_DIR /build