Browse Source

Update dockerfile

tags/1.0^2
9seconds 6 years ago
parent
commit
0ff9a58780
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

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

Loading…
Cancel
Save