Skip to content

Commit

Permalink
test(deps): update dependency cocoapods to v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent d736762 commit 4a70172
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ RUN install-tool ruby 3.3.5
# renovate: datasource=rubygems versioning=ruby
RUN install-tool bundler 2.5.22
# renovate: datasource=rubygems versioning=ruby
RUN install-tool cocoapods 1.15.2
RUN install-tool cocoapods 1.16.1

#--------------------------------------
# Image: final
Expand Down
2 changes: 1 addition & 1 deletion test/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ FROM build AS test-cocoapods-a
USER 12021

# renovate: datasource=rubygems
RUN install-tool cocoapods 1.15.2
RUN install-tool cocoapods 1.16.1

RUN pod env

Expand Down
2 changes: 1 addition & 1 deletion test/ruby/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ FROM test-ruby AS test-cocoapods
RUN install-tool git v2.47.0

# renovate: datasource=rubygems versioning=ruby
RUN install-tool cocoapods 1.15.2
RUN install-tool cocoapods 1.16.1

#--------------------------------------
# Image: final
Expand Down

0 comments on commit 4a70172

Please sign in to comment.