diff --git a/ssh/Dockerfile b/ssh/Dockerfile index 8b11ac6d7..e919efd5c 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -26,7 +26,7 @@ RUN \ libffi-dev=3.4.4-r3 \ libuv-dev=1.47.0-r0 \ openssl-dev=3.1.4-r6 \ - python3-dev=3.11.8-r0 \ + python3-dev=3.11.9-r0 \ zlib-dev=1.3.1-r0 \ \ && apk add --no-cache \ @@ -62,7 +62,7 @@ RUN \ pwgen=2.08-r3 \ pulseaudio-utils=16.1-r11 \ py3-pip=23.3.1-r0 \ - python3=3.11.8-r0 \ + python3=3.11.9-r0 \ rsync=3.2.7-r4 \ sqlite=3.44.2-r0 \ sudo=1.9.15_p2-r0 \