Skip to content

Commit

Permalink
Bump ACME-tiny version
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLTN committed Sep 19, 2016
1 parent 678a5e5 commit c567499
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
Expand Up @@ -8,7 +8,7 @@ ENV DOCKER_GEN_VERSION 0.7.0

ADD https://github.com/just-containers/s6-overlay/releases/download/v1.11.0.1/s6-overlay-amd64.tar.gz /tmp/
ADD https://github.com/jwilder/docker-gen/releases/download/$DOCKER_GEN_VERSION/docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz /tmp/
ADD https://raw.githubusercontent.com/diafygi/acme-tiny/ecd26b1e784973e5b52d5a308964a8e29a6cf207/acme_tiny.py /bin/acme_tiny
ADD https://raw.githubusercontent.com/diafygi/acme-tiny/daba51d37efd7c1f205f9da383b9b09968e30d29/acme_tiny.py /bin/acme_tiny

RUN tar xzf /tmp/s6-overlay-amd64.tar.gz -C / &&\
tar -C /bin -xzf /tmp/docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz && \
Expand Down

0 comments on commit c567499

Please sign in to comment.