File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update && \
66 add-apt-repository ppa:git-core/ppa && \
77 apt-get update && \
88 # ^ Get the latest version of Git from their PPA (we need 2.49.0 or later because we use the `git clone --revision` flag)
9- apt-get install -y --no-install-recommends git=1:2.52.0-0ppa1~ubuntu24.04.1 && \
9+ apt-get install -y --no-install-recommends git=1:2.52.0-0ppa1~ubuntu24.04.3 && \
1010 rm -rf /var/lib/apt/lists/*
1111
1212RUN groupadd -g 65532 -r appuser && \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update && \
88 add-apt-repository ppa:git-core/ppa && \
99 apt-get update && \
1010 # ^ Get the latest version of Git from their PPA (we need 2.49.0 or later because we use the `git clone --revision` flag)
11- apt-get install -y --no-install-recommends git=1:2.52.0-0ppa1~ubuntu24.04.1 && \
11+ apt-get install -y --no-install-recommends git=1:2.52.0-0ppa1~ubuntu24.04.3 && \
1212 apt-get remove -y software-properties-common && \
1313 apt-get autoremove -y && \
1414 rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments