Skip to content

Commit

Permalink
Fix docker build and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Oct 10, 2022
1 parent c89bdbb commit 82f8410
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 187 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## master - CURRENT
### Modified
* Fix docker build
* Upgrade to Certbot 1.31.0
* Upgrade to Lexicon 3.11.5 (fix `yandex` provider)

## 3.21.0 - 13/08/2022
### Modified
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update -y \
&& rm -rf /var/lib/apt/lists/*

RUN cd /tmp/dnsrobocert \
&& /root/.local/bin/poetry export --format requirements.txt --without-hashes > /tmp/dnsrobocert/constraints.txt \
&& /root/.local/bin/poetry export --format constraints.txt --without-hashes > /tmp/dnsrobocert/constraints.txt \
&& /root/.local/bin/poetry build -f wheel

FROM docker.io/python:3.9.10-slim
Expand Down
Loading

0 comments on commit 82f8410

Please sign in to comment.