Skip to content

Commit

Permalink
Upgrade pebble to new version which requires POST-as-GET in strict mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and mattclay committed Sep 26, 2018
1 parent 2c694bb commit a98b1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit a98b1e5

Please sign in to comment.