Skip to content

Commit 832760d

Browse files
committed
Updated cryptography wheel to version 41.0.3.
1 parent e54bd2e commit 832760d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARG LIBMAXMINDDB_URL=https://github.com/maxmind/libmaxminddb/releases/download/$
2424
FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
2525

2626
# 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
27+
FROM moonbuggy2000/python-musl-wheels:cryptography41.0.3-py3.10-${TARGETARCH}${TARGETVARIANT} AS mod_cryptography
2828

2929
# Build UPX.
3030
FROM --platform=$BUILDPLATFORM alpine:3.16 AS upx

0 commit comments

Comments
 (0)