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
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
43161731fa
Коммит
709f407d33
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user