Updated to Go 1.11.1.

This commit is contained in:
Jeromy Streets 2018-10-16 15:39:25 -07:00
parent 17678761e7
commit 9ea8dd97ce
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.11.0 as builder
FROM golang:1.11.1 as builder
EXPOSE 8080

View File

@ -19,7 +19,7 @@ var (
MinorVersion = 3
// FixVersion of static-file-server.
FixVersion = 2
FixVersion = 3
// Text for directly accessing the static-file-server version.
Text = fmt.Sprintf(