Skip to content

Commit

Permalink
Dockerfile: Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Oct 4, 2023
1 parent bf01b7f commit f729b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sorah/ruby:2.7-dev as builder
FROM sorah/ruby:3.2-dev as builder

#RUN apt-get update \
# && apt-get install -y libmysqlclient-dev git-core \
Expand All @@ -12,7 +12,7 @@ RUN sed -i -e 's|Acmesmith::VERSION|"0.0.0"|g' -e '/^require.*acmesmith.version/

RUN bundle install --path /gems --jobs 100 --without development

FROM sorah/ruby:2.7
FROM sorah/ruby:3.2

#RUN apt-get update \
# && apt-get install -y libmysqlclient20 \
Expand Down

0 comments on commit f729b7b

Please sign in to comment.