diff --git a/Dockerfile.dependencies b/Dockerfile.dependencies index 0e9b20c..bf9c796 100644 --- a/Dockerfile.dependencies +++ b/Dockerfile.dependencies @@ -52,7 +52,7 @@ RUN mkdir -p ${PKGTMPDIR} && cd ${PKGTMPDIR} \ && echo "#####################################" \ && echo "deb http://security.ubuntu.com/ubuntu focal-security main" | tee /etc/apt/sources.list.d/focal-security.list \ && apt-get update \ - && apt-get install -y libssl-dev=1.1.1f-1ubuntu2.22 \ + && apt-get install -y libssl-dev=1.1.1f-1ubuntu2.23 \ && rm /etc/apt/sources.list.d/focal-security.list && apt-get update \ && echo "#####################################" \ && echo "install libbfio" \