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 76e2f2c commit f89f043
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 294 deletions.
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

0 comments on commit f89f043

Please sign in to comment.