Skip to content

Commit

Permalink
Change the version of libssl to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Usman committed Oct 21, 2024
1 parent 428095e commit 6fee6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /usr/src/app
# Install build tools and necessary libraries on Alpine
RUN apk add --no-cache \
build-base \
libssl1.1 \
libssl3 \
openssl-dev

# Copy and install Python dependencies
Expand Down

0 comments on commit 6fee6ed

Please sign in to comment.