Skip to content

Commit cf2aba9

Browse files
authored
Merge pull request #8 from Poeschl-HomeAssistant-Addons/containerfile-dependency/git
⬆️ Update git to version 1:2.39.5-0+deb12u2
2 parents a29c04a + d70846b commit cf2aba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vnc-viewer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ ARG BUILD_FROM
22
FROM $BUILD_FROM AS NO_VNC
33

44
RUN 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

77
RUN git config --global advice.detachedHead false && \
88
git clone https://github.com/novnc/noVNC.git -b v1.5.0 /noVNC
99

1010
FROM $BUILD_FROM AS WEBSOCKIFY
1111

1212
RUN 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 && \
2626
FROM $BUILD_FROM AS RUNNING
2727

2828
RUN 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 \

0 commit comments

Comments
 (0)