Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #15 from adiesner/master
Browse files Browse the repository at this point in the history
Use certbot latest not outdated rolling release
  • Loading branch information
ciphax authored Oct 7, 2020
2 parents d2ac365 + 67058e7 commit 49bbc0a
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 @@ -3,7 +3,7 @@ COPY . .
RUN cargo install cargo-deb
RUN cargo deb --target x86_64-unknown-linux-musl

FROM certbot/certbot:rolling
FROM certbot/certbot:latest
VOLUME /etc/letsencrypt
COPY --from=builder /home/rust/src/target/x86_64-unknown-linux-musl/release/letsencrypt-inwx /usr/bin/
COPY etc/* /usr/lib/letsencrypt-inwx/
Expand Down

0 comments on commit 49bbc0a

Please sign in to comment.