Skip to content

Commit

Permalink
Bump Pebble version.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and mattclay committed Mar 5, 2019
1 parent b750a61 commit ed26a86
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="bf4f940dd9f4686294de686379a19eaf541ab8d3"
ARG PEBBLE_CHECKOUT="1f851bf3f6b0c22d2f59c1e8958b79e0ab7ad580"
ENV GOPATH=/go
RUN go get -u github.com/letsencrypt/pebble/... && \
cd /go/src/github.com/letsencrypt/pebble && \
Expand Down

0 comments on commit ed26a86

Please sign in to comment.