Skip to content

Commit 4c6ba36

Browse files
committed
Update git
1 parent be88b2b commit 4c6ba36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

builders/dockerfile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1010
add-apt-repository ppa:git-core/ppa && \
1111
apt-get update && \
1212
# ^ Get the latest version of Git from their PPA (we need 2.49.0 or later because we use the `git clone --revision` flag)
13-
apt-get install -y --no-install-recommends git=1:2.52.0-0ppa1~ubuntu24.04.3 && \
13+
apt-get install -y --no-install-recommends git=1:2.53.0-0ppa1~ubuntu24.04.1 && \
1414
apt-get remove -y software-properties-common && \
1515
apt-get autoremove -y
1616

builders/railpack/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1212
add-apt-repository ppa:git-core/ppa && \
1313
apt-get update && \
1414
# ^ Get the latest version of Git from their PPA (we need 2.49.0 or later because we use the `git clone --revision` flag)
15-
apt-get install -y --no-install-recommends git=1:2.52.0-0ppa1~ubuntu24.04.3 && \
15+
apt-get install -y --no-install-recommends git=1:2.53.0-0ppa1~ubuntu24.04.1 && \
1616
apt-get remove -y software-properties-common && \
1717
apt-get autoremove -y
1818

0 commit comments

Comments
 (0)