Skip to content

Commit

Permalink
fix: upgrade libssl to ubuntu 22 version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs authored Jun 13, 2024
1 parent a54a0df commit 6d86b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ USER root

RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -y update && \
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb && \
dpkg -i libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb && \
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb && \
dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb && \
apt-get install -y --no-install-recommends software-properties-common gnupg && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88 && \
add-apt-repository "deb https://repo.sovrin.org/sdk/deb bionic stable" && \
Expand Down

0 comments on commit 6d86b85

Please sign in to comment.