mirror of
https://github.com/halverneus/static-file-server.git
synced 2024-11-24 09:05:30 +00:00
Updated Go compiler version.
This commit is contained in:
parent
562f95e8ea
commit
7586936f78
@ -1,7 +1,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## GO BUILDER
|
## GO BUILDER
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM golang:1.17.2 as builder
|
FROM golang:1.17.5 as builder
|
||||||
|
|
||||||
ENV VERSION 1.8.5
|
ENV VERSION 1.8.5
|
||||||
ENV BUILD_DIR /build
|
ENV BUILD_DIR /build
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.17.2 as builder
|
FROM golang:1.17.5 as builder
|
||||||
|
|
||||||
ENV VERSION 1.8.5
|
ENV VERSION 1.8.5
|
||||||
ENV BUILD_DIR /build
|
ENV BUILD_DIR /build
|
||||||
|
Loading…
Reference in New Issue
Block a user