Browse Source

Pin to golang 1.10 for a moment

tags/v0.13^2
9seconds 7 years ago
parent
commit
618d91b15d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

1
 ###############################################################################
1
 ###############################################################################
2
 # BUILD STAGE
2
 # BUILD STAGE
3
 
3
 
4
-FROM golang:alpine
4
+FROM golang:1.10-alpine
5
 
5
 
6
 RUN set -x \
6
 RUN set -x \
7
   && apk --no-cache --update add \
7
   && apk --no-cache --update add \

Loading…
Cancel
Save