Parcourir la source

Make docker build with go 1.14

tags/v2.0.0-rc1
Chris Smith il y a 4 ans
Parent
révision
bd32e2d56b
Signé par: Chris Smith <chris@chameth.com> ID de la clé GPG: 3A2D4BBDC4A3C9A9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      distrib/docker/Dockerfile

+ 1
- 1
distrib/docker/Dockerfile Voir le fichier

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

Chargement…
Annuler
Enregistrer