Skip to content

Commit 6fee6ed

Browse files
committed
Change the version of libssl to 3
1 parent 428095e commit 6fee6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /usr/src/app
55
# Install build tools and necessary libraries on Alpine
66
RUN apk add --no-cache \
77
build-base \
8-
libssl1.1 \
8+
libssl3 \
99
openssl-dev
1010

1111
# Copy and install Python dependencies

0 commit comments

Comments
 (0)