Skip to content

Commit

Permalink
chore(docker): Upgrade CocoaPods to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 10, 2023
1 parent 272b508 commit 343d2ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ANDROID_CMD_VERSION=9477386
BOWER_VERSION=1.8.12
COCOAPODS_VERSION=1.11.2
COCOAPODS_VERSION=1.14.2
COMPOSER_VERSION=2.2
CONAN_VERSION=1.57.0
DART_VERSION=2.18.4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
zlib1g-dev \
&& sudo rm -rf /var/lib/apt/lists/*

ARG COCOAPODS_VERSION=1.11.2
ARG COCOAPODS_VERSION=1.14.2
ARG RUBY_VERSION=3.1.2

ENV RBENV_ROOT=/opt/rbenv
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ENV \
# Package manager versions.
BOWER_VERSION=1.8.12 \
CARGO_VERSION=0.67.1+ds0ubuntu0.libgit2-0ubuntu0.22.04.2 \
COCOAPODS_VERSION=1.11.2 \
COCOAPODS_VERSION=1.14.2 \
COMPOSER_VERSION=2.2.6-2ubuntu4 \
CONAN_VERSION=1.57.0 \
GO_DEP_VERSION=0.5.4 \
Expand Down

0 comments on commit 343d2ff

Please sign in to comment.