File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloa
55RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
66 --mount=type=cache,target=/var/lib/apt,sharing=locked \
77 apt-get update && \
8- apt-get install -y --no-install-recommends software-properties-common=0.99.49.3 wget=1.21.4-1ubuntu4.1 libssl3=3.0.13-0ubuntu3.6 ca-certificates=20240203 && \
8+ apt-get install -y --no-install-recommends software-properties-common=0.99.49.3 wget=1.21.4-1ubuntu4.1 libssl3=3.0.13-0ubuntu3.7 ca-certificates=20240203 && \
99 # ^ This package includes `add-apt-repository`
1010 add-apt-repository ppa:git-core/ppa && \
1111 apt-get update && \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloa
77RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
88 --mount=type=cache,target=/var/lib/apt,sharing=locked \
99 apt-get update && \
10- apt-get install -y --no-install-recommends software-properties-common=0.99.49.3 wget=1.21.4-1ubuntu4.1 libssl3=3.0.13-0ubuntu3.6 ca-certificates=20240203 jq=1.7.1-3ubuntu0.24.04.1 && \
10+ apt-get install -y --no-install-recommends software-properties-common=0.99.49.3 wget=1.21.4-1ubuntu4.1 libssl3=3.0.13-0ubuntu3.7 ca-certificates=20240203 jq=1.7.1-3ubuntu0.24.04.1 && \
1111 # ^ This package includes `add-apt-repository`
1212 add-apt-repository ppa:git-core/ppa && \
1313 apt-get update && \
You can’t perform that action at this time.
0 commit comments