Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Nov 5, 2022
1 parent 0992e31 commit e76786c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit e76786c

Please sign in to comment.