Browse Source

Make docker build with go 1.14

tags/v2.0.0-rc1
Chris Smith 4 years ago
parent
commit
bd32e2d56b
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      distrib/docker/Dockerfile

+ 1
- 1
distrib/docker/Dockerfile View File

@@ -1,5 +1,5 @@
1 1
 ## build Oragono
2
-FROM golang:rc-alpine AS build-env
2
+FROM golang:1.14-alpine AS build-env
3 3
 
4 4
 RUN apk add --no-cache git make curl
5 5
 

Loading…
Cancel
Save