diff --git a/Dockerfile b/Dockerfile index 999a856..c01df59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -147,7 +147,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \ export DEBIAN_FRONTEND=noninteractive; \ apt-get update; \ apt-get -yq --no-install-recommends install \ - openssl=3.0.2-0ubuntu1.14 \ + openssl=3.0.2-0ubuntu1.15 \ gettext-base=0.21-4ubuntu4 \ unzip=6.0-26ubuntu3.1 \ ; \