Merge pull request #12 from halverneus/chore/go_1_11_1

Updated to Go 1.11.1.
This commit is contained in:
Jeromy Streets 2018-10-16 15:40:44 -07:00 committed by GitHub
commit 053077e1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(