File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ ARG BUILD_FROM
22FROM $BUILD_FROM AS NO_VNC
33
44RUN apt-get update && apt-get -y --no-install-recommends install \
5- git=1:2.39.5-0+deb12u1
5+ git=1:2.39.5-0+deb12u2
66
77RUN git config --global advice.detachedHead false && \
88 git clone https://github.com/novnc/noVNC.git -b v1.5.0 /noVNC
99
1010FROM $BUILD_FROM AS WEBSOCKIFY
1111
1212RUN apt-get update && apt-get -y --no-install-recommends install \
13- git=1:2.39.5-0+deb12u1 \
13+ git=1:2.39.5-0+deb12u2 \
1414 python3=3.11.2-1+b1 \
1515 python3-setuptools=66.1.1-1 \
1616 python3-numpy=1:1.24.2-1+deb12u1 \
@@ -26,7 +26,7 @@ RUN git config --global advice.detachedHead false && \
2626FROM $BUILD_FROM AS RUNNING
2727
2828RUN apt-get update && apt-get -y --no-install-recommends install \
29- git=1:2.39.5-0+deb12u1 \
29+ git=1:2.39.5-0+deb12u2 \
3030 python3=3.11.2-1+b1 \
3131 python3-setuptools=66.1.1-1 \
3232 python3-numpy=1:1.24.2-1+deb12u1 \
You can’t perform that action at this time.
0 commit comments