Skip to content

Commit

Permalink
Bump Pebble version to include letsencrypt/pebble#246 and letsencrypt…
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and mattclay committed Jun 24, 2019
1 parent 7c165d1 commit fcbdab0
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="7228963479dd2bce0c040049b18e67393155bc6a"
ARG PEBBLE_CHECKOUT="888d88f6b5b99ca8351cd23131df71ee156f6b45"
ENV GOPATH=/go
RUN go get -u github.com/letsencrypt/pebble/... && \
cd /go/src/github.com/letsencrypt/pebble && \
Expand Down

0 comments on commit fcbdab0

Please sign in to comment.