Browse Source

Update Go version for fasthttp (#4421)

Erik Dubbelboer 6 years ago
parent
commit
dd81534722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Go/fasthttp/fasthttp.dockerfile

+ 1 - 1
frameworks/Go/fasthttp/fasthttp.dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1.10.1
+FROM golang:1.11.5
 
 
 ADD ./ /fasthttp
 ADD ./ /fasthttp
 WORKDIR /fasthttp
 WORKDIR /fasthttp