We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54bd2e commit 832760dCopy full SHA for 832760d
Dockerfile
@@ -24,7 +24,7 @@ ARG LIBMAXMINDDB_URL=https://github.com/maxmind/libmaxminddb/releases/download/$
24
FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
25
26
# Get Python cryptography wheel. It is needed for certbot.
27
-FROM moonbuggy2000/python-musl-wheels:cryptography38.0.1-py3.10-${TARGETARCH}${TARGETVARIANT} AS mod_cryptography
+FROM moonbuggy2000/python-musl-wheels:cryptography41.0.3-py3.10-${TARGETARCH}${TARGETVARIANT} AS mod_cryptography
28
29
# Build UPX.
30
FROM --platform=$BUILDPLATFORM alpine:3.16 AS upx
0 commit comments