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

Commit

Permalink
Use certbot latest not outdated rolling release
Browse files Browse the repository at this point in the history
The version "rolling" hasn't been updated for 2 years now. To use the
latest version of certbot the version "latest" must be used.
  • Loading branch information
adiesner committed Sep 29, 2020
1 parent 802e2b9 commit 67058e7
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 67058e7

Please sign in to comment.