From a25dff24ce5182634ac99dd124e7fe73e6a2573e Mon Sep 17 00:00:00 2001 From: Arjan H Date: Fri, 21 Dec 2018 12:41:26 +0100 Subject: [PATCH] Bump boulder version to release-2018-12-10 --- docker-compose.patch | 4 ++-- install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.patch b/docker-compose.patch index a8e9572..95f383e 100644 --- a/docker-compose.patch +++ b/docker-compose.patch @@ -29,7 +29,7 @@ index b0e2c1f1..30426452 100644 + restart: always bhsm: # To minimize fetching this should be the same version used above - image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.1}:2018-10-18 + image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.2}:2018-11-19 @@ -61,8 +68,16 @@ services: bluenet: aliases: @@ -59,7 +59,7 @@ index b0e2c1f1..30426452 100644 + max-file: "5" + restart: always + labca: - image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.1}:2018-10-18 + image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.2}:2018-11-19 networks: - bluenet volumes: diff --git a/install b/install index 72adefe..3ccc6a0 100755 --- a/install +++ b/install @@ -24,7 +24,7 @@ dockerComposeVersion="1.22.0" labcaUrl="https://github.com/hakwerk/labca/" boulderUrl="https://github.com/letsencrypt/boulder/" -boulderTag="release-2018-11-05" +boulderTag="release-2018-12-10" # # Color configuration