diff --git a/Dockerfile b/Dockerfile index 880fff7..09316f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.0.3-alpine3.13 +FROM ruby:3.2.0-alpine3.17 LABEL maintainer="Tonye Jack " @@ -9,7 +9,7 @@ COPY Gemfile* ./ RUN apk add --no-cache \ --virtual .gem-installdeps \ build-base \ - && gem install bundler --version 2.3.9 \ + && gem install bundler --version 2.4.1 \ && bundle config set --local system 'true' \ && bundle install \ && gem uninstall bundler \ diff --git a/Gemfile.lock b/Gemfile.lock index 4cda6f0..33d8d55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM tzinfo (~> 2.0) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) - async (2.3.0) + async (2.3.1) console (~> 1.10) io-event (~> 1.1) timers (~> 4.1) @@ -23,7 +23,7 @@ GEM async-http-faraday (0.11.0) async-http (~> 0.42) faraday - async-io (1.34.0) + async-io (1.34.1) async async-pool (0.3.12) async (>= 1.25) @@ -74,11 +74,10 @@ GEM concurrent-ruby (~> 1.0) PLATFORMS - universal-darwin-21 - x86_64-linux + arm64-darwin-21 DEPENDENCIES github_changelog_generator (= 1.16.4)! BUNDLED WITH - 2.3.9 + 2.4.1