diff --git a/Dockerfile b/Dockerfile index 0e30cbf..daa9315 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apk upgrade --no-cache \ libffi-dev="3.3-r2" \ libxslt-dev="1.1.34-r1" \ libxml2-dev="2.9.12-r1" \ - openssl-dev="1.1.1k-r0" \ + openssl-dev="1.1.1l-r0" \ tar="1.34-r0" \ git="2.32.0-r0" \ curl="7.78.0-r0" \ @@ -33,7 +33,7 @@ RUN apk upgrade --no-cache \ py3-pip="20.3.4-r1" \ libxml2="2.9.12-r1" \ libxslt="1.1.34-r1" \ - openssl="1.1.1k-r0" \ + openssl="1.1.1l-r0" \ tini="0.19.0-r0" \ uwsgi="2.0.19.1-r2" \ uwsgi-python3="2.0.19.1-r2" \