* update build image to go 1.13

* Define TLS Max Version for Clients since TLS1.3 does not allow cipher suites to be configured
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2019-10-21 15:31:29 +02:00
коммит произвёл GitHub
родитель 43161731fa
Коммит 709f407d33
5 изменённых файлов: 18 добавлений и 15 удалений

Просмотреть файл

@@ -1,3 +1,3 @@
FROM golang:1.12
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
RUN apt-get update && apt-get install -y make git apt-transport-https ca-certificates curl software-properties-common build-essential zip xmlsec1 jq