Skip to content

Commit

Permalink
use alpine 3.17 as base image; bump cryptography version to 38.0 and …
Browse files Browse the repository at this point in the history
…higher
  • Loading branch information
infinityofspace committed Dec 5, 2022
1 parent c8f4120 commit ba342aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17

RUN apk add --no-cache python3 py3-pip py3-cryptography

Expand Down
2 changes: 1 addition & 1 deletion requirements-docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ setuptools>=41.6.0
requests>=2.20.0,<3.0
certbot>=1.18.0,<3.0
dnspython>=2.0.0,<3.0
cryptography<=3.4.8
cryptography>=38.0

0 comments on commit ba342aa

Please sign in to comment.