File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
deployment-examples/docker-compose Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ COPY --from=builder /root/nativelink-bin /usr/local/bin/nativelink
5959ARG ADDITIONAL_SETUP_WORKER_CMD
6060
6161RUN 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}" \
Original file line number Diff line number Diff 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/* \
Original file line number Diff line number Diff 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/*
You can’t perform that action at this time.
0 commit comments