From a98b1e528d2ae620f1e4467044d19063e7aa9351 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 26 Sep 2018 21:07:56 +0200 Subject: [PATCH] Upgrade pebble to new version which requires POST-as-GET in strict mode. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a180aa..e6e7adc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.10-stretch as builder # Install pebble -ARG PEBBLE_CHECKOUT="35f569333bca2b780147889c42d9f75fa8770057" +ARG PEBBLE_CHECKOUT="6133f3e187a93ddf81f509123dfe9f5b60d519bf" ENV GOPATH=/go RUN go get -u github.com/letsencrypt/pebble/... && \ cd /go/src/github.com/letsencrypt/pebble && \