From e76786c09cb38d3df28266c856615c55aab46abc Mon Sep 17 00:00:00 2001 From: Kosuke Tanabe Date: Sun, 6 Nov 2022 02:57:35 +0900 Subject: [PATCH] update images --- Gemfile.lock | 24 ++++++++++++------------ docker-compose.yml | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3847e3bb4b..76a890854a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM browser (5.3.1) builder (3.2.4) byebug (11.1.3) - capybara (3.37.1) + capybara (3.38.0) addressable matrix mini_mime (>= 0.1.3) @@ -302,7 +302,7 @@ GEM rails-i18n (6.0.0) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 7) - rails_autolink (1.1.6) + rails_autolink (1.1.7) rails (> 3.1) railties (6.1.7) actionpack (= 6.1.7) @@ -319,7 +319,7 @@ GEM rdf-turtle (3.2.1) ebnf (~> 2.3) rdf (~> 3.2) - rdf-vocab (3.2.2) + rdf-vocab (3.2.3) rdf (~> 3.2, >= 3.2.4) redis (4.8.0) redis-namespace (1.9.0) @@ -344,14 +344,14 @@ GEM rsolr (2.5.0) builder (>= 2.1.2) faraday (>= 0.9, < 3, != 2.0.0) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.1) + rspec-core (3.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.1) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) + rspec-support (~> 3.12.0) rspec-rails (6.0.1) actionpack (>= 6.1) activesupport (>= 6.1) @@ -360,7 +360,7 @@ GEM rspec-expectations (~> 3.11) rspec-mocks (~> 3.11) rspec-support (~> 3.11) - rspec-support (3.11.1) + rspec-support (3.12.0) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) ruby-vips (2.1.4) @@ -378,7 +378,7 @@ GEM sprockets-rails tilt scanf (1.0.0) - selenium-webdriver (4.5.0) + selenium-webdriver (4.6.1) childprocess (>= 0.5, < 5.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -450,7 +450,7 @@ GEM xml-mapping (~> 0.10) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.1) + zeitwerk (2.6.4) PLATFORMS ruby diff --git a/docker-compose.yml b/docker-compose.yml index 136b79c31f..8bd954a292 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -107,7 +107,7 @@ services: retries: 3 minio: - image: quay.io/minio/minio:RELEASE.2022-08-13T21-54-44Z + image: quay.io/minio/minio:RELEASE.2022-10-29T06-21-33Z profiles: - develop volumes: @@ -129,7 +129,7 @@ services: retries: 3 cantaloupe: - image: uclalibrary/cantaloupe:5.0.5-1 + image: uclalibrary/cantaloupe:5.0.5-2 expose: - 8182 restart: always