Skip to content

Commit ff63435

Browse files
committed
⬆️ Update python3-setuptools to version 66.1.1-1+deb12u2
1 parent a29c04a commit ff63435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vnc-viewer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM $BUILD_FROM AS WEBSOCKIFY
1212
RUN apt-get update && apt-get -y --no-install-recommends install \
1313
git=1:2.39.5-0+deb12u1 \
1414
python3=3.11.2-1+b1 \
15-
python3-setuptools=66.1.1-1 \
15+
python3-setuptools=66.1.1-1+deb12u2 \
1616
python3-numpy=1:1.24.2-1+deb12u1 \
1717
python3-pip=23.0.1+dfsg-1
1818

@@ -28,7 +28,7 @@ FROM $BUILD_FROM AS RUNNING
2828
RUN apt-get update && apt-get -y --no-install-recommends install \
2929
git=1:2.39.5-0+deb12u1 \
3030
python3=3.11.2-1+b1 \
31-
python3-setuptools=66.1.1-1 \
31+
python3-setuptools=66.1.1-1+deb12u2 \
3232
python3-numpy=1:1.24.2-1+deb12u1 \
3333
procps=2:4.0.2-3 \
3434
&& apt-get clean \

0 commit comments

Comments
 (0)