diff --git a/proxy-manager/Dockerfile b/proxy-manager/Dockerfile index 7c413fd7..ba5ce7d6 100755 --- a/proxy-manager/Dockerfile +++ b/proxy-manager/Dockerfile @@ -22,7 +22,7 @@ RUN \ libffi-dev=3.4.4-r3 \ openssl-dev=3.1.4-r6 \ patch=2.7.6-r10 \ - python3-dev=3.11.8-r0 \ + python3-dev=3.11.9-r0 \ \ && apk add --no-cache \ apache2-utils=2.4.59-r0 \ @@ -33,7 +33,7 @@ RUN \ nginx=1.24.0-r15 \ openssl=3.1.4-r6 \ py3-pip=23.3.1-r0 \ - python3=3.11.8-r0 \ + python3=3.11.9-r0 \ \ && pip3 install -r /tmp/requirements.txt \ \