mirror of
https://github.com/halverneus/static-file-server.git
synced 2024-11-24 09:05:30 +00:00
Updated Go compiler to 1.13.6.
This commit is contained in:
parent
ebc4f6eefa
commit
404e6a8349
@ -1,7 +1,7 @@
|
||||
################################################################################
|
||||
## GO BUILDER
|
||||
################################################################################
|
||||
FROM golang:1.13.1 as builder
|
||||
FROM golang:1.13.6 as builder
|
||||
|
||||
ENV VERSION 1.7.1
|
||||
ENV BUILD_DIR /build
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.13.1 as builder
|
||||
FROM golang:1.13.6 as builder
|
||||
|
||||
ENV VERSION 1.7.1
|
||||
ENV BUILD_DIR /build
|
||||
|
Loading…
Reference in New Issue
Block a user