Skip to content

Commit 1e6a644

Browse files
authored
Fix pinned version of curl and git in Dockerfile (#5022)
1 parent 35b428a commit 1e6a644

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

application/docker/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ WORKDIR /application
1414
RUN apt-get update \
1515
&& apt-get install -y --no-install-recommends \
1616
build-essential=12.12 \
17-
curl=8.14.1-2 \
18-
git=1:2.47.3-0+deb13u1 \
17+
curl=8.14.1-2* \
18+
git=1:2.47.3-0* \
1919
&& rm -rf /var/lib/apt/lists/* \
2020
&& apt-get clean
2121

@@ -79,7 +79,7 @@ ENV PYTHONPATH=/application
7979
# TODO remove 'git' once all dependencies are available on PyPI
8080
RUN apt-get update \
8181
&& apt-get install -y --no-install-recommends \
82-
git=1:2.47.3-0+deb13u1 \
82+
git=1:2.47.3-0* \
8383
libgl1=1.7.0-1+b2 \
8484
libglib2.0-0=2.84.4-3~deb13u1 \
8585
libglx-mesa0=25.0.7-2 \
@@ -123,7 +123,7 @@ RUN apt-get update \
123123
# hadolint ignore=DL3008
124124
RUN apt-get update \
125125
&& apt-get install -y --no-install-recommends \
126-
git=1:2.47.3-0+deb13u1 \
126+
git=1:2.47.3-0* \
127127
libgl1=1.7.0-1+b2 \
128128
libglib2.0-0=2.84.4-3~deb13u1 \
129129
libglx-mesa0=25.0.7-2 \
@@ -163,7 +163,7 @@ RUN echo "deb [arch=amd64 trusted=yes] https://ppa.launchpadcontent.net/kobuk-te
163163
# hadolint ignore=DL3008
164164
RUN apt-get update \
165165
&& apt-get install -y --no-install-recommends \
166-
git=1:2.47.3-0+deb13u1 \
166+
git=1:2.47.3-0* \
167167
libgl1=1.7.0-1+b2 \
168168
libglib2.0-0=2.84.4-3~deb13u1 \
169169
libglx-mesa0=25.0.7-2 \

0 commit comments

Comments
 (0)