Skip to content

Commit

Permalink
Update git in dockerfile to 2.25.1-1ubuntu3.4 (from 3.3 which does no…
Browse files Browse the repository at this point in the history
…t exist anymore) (#17953)
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 20, 2023
1 parent 236f797 commit 3353260
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM connectedhomeip/chip-build:${VERSION} as build
RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy --no-install-recommends \
git=1:2.25.1-1ubuntu3.3 \
git=1:2.25.1-1ubuntu3.4 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
&& : # last line
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy --no-install-recommends \
ninja-build=1.10.0-1build1 \
git=1:2.25.1-1ubuntu3.3 \
git=1:2.25.1-1ubuntu3.4 \
libgcrypt20-dev=1.8.5-5ubuntu1.1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-esp32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM connectedhomeip/chip-build:${VERSION} as build
RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy --no-install-recommends \
git=1:2.25.1-1ubuntu3.3 \
git=1:2.25.1-1ubuntu3.4 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
&& : # last line
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.69 Version bump reason: [Tizen] Install AUL development files
0.5.70 Version bump reason: push git to 2.25.1-1ubuntu3.4 (from 3.3)

0 comments on commit 3353260

Please sign in to comment.