Skip to content

Commit c161433

Browse files
authored
Update curl version in Dockerfiles (#2189)
1 parent 27fa965 commit c161433

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deployment-examples/docker-compose/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ COPY --from=builder /root/nativelink-bin /usr/local/bin/nativelink
5959
ARG ADDITIONAL_SETUP_WORKER_CMD
6060

6161
RUN apt-get update \
62-
&& apt-get install -y --no-install-recommends curl=8.5.0-2ubuntu10.6 \
62+
&& apt-get install -y --no-install-recommends curl=8.5.0-2ubuntu10.7 \
6363
&& apt-get clean \
6464
&& rm -rf /var/lib/apt/lists/* \
6565
&& bash -ueo pipefail -c "${ADDITIONAL_SETUP_WORKER_CMD}" \

tools/toolchain-buck2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
1818
apt-get install -y --no-install-recommends \
1919
git=1:2.43.0-1ubuntu7.3 \
2020
ca-certificates=20240203 \
21-
curl=8.5.0-2ubuntu10.6 \
21+
curl=8.5.0-2ubuntu10.7 \
2222
python3=3.12.3-0ubuntu2.1 \
2323
&& apt-get clean \
2424
&& rm -rf /var/lib/apt/lists/* \

tools/toolchain-nativelink/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal
2323
gcc=4:13.2.0-7ubuntu1 \
2424
g++=4:13.2.0-7ubuntu1 \
2525
python3=3.12.3-0ubuntu2.1 \
26-
curl=8.5.0-2ubuntu10.6 \
26+
curl=8.5.0-2ubuntu10.7 \
2727
ca-certificates=20240203 \
2828
&& apt-get clean \
2929
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)