Skip to content

Commit

Permalink
MRI 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouchement committed Nov 11, 2023
1 parent fc16914 commit 3209509
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
types: [created]
push:
branches: [master, main]
workflow_dispatch: {}
jobs:
docker:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ruby build stage
FROM ruby:3.1-alpine as ruby-build-env
FROM ruby:3.2-alpine as ruby-build-env
MAINTAINER mdouchement

# Set the locale
Expand Down Expand Up @@ -72,7 +72,7 @@ RUN rm -rf frontend .git


# final stage
FROM ruby:3.1-alpine
FROM ruby:3.2-alpine
MAINTAINER mdouchement

# Set the locale
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ GEM
method_source (1.0.0)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.5)
minitest (5.16.3)
nested_form (0.3.2)
net-imap (0.3.1)
Expand All @@ -208,9 +209,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.13.9-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-linux)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.22.1)
Expand Down Expand Up @@ -406,6 +406,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 3209509

Please sign in to comment.