Files
mattermost/build/Dockerfile.buildenv
Carlos Tadeu Panato Junior 709f407d33 update build image to go 1.13 (#12833)
* update build image to go 1.13

* Define TLS Max Version for Clients since TLS1.3 does not allow cipher suites to be configured
2019-10-21 15:31:29 +02:00

4 lines
167 B
Docker

FROM golang:1.13
RUN apt-get update && apt-get install -y make git apt-transport-https ca-certificates curl software-properties-common build-essential zip xmlsec1 jq