Skip to content

Commit

Permalink
Chore: Update default Rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
mec committed Aug 23, 2024
1 parent 1f082be commit 9a3cf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update -qq && \
apt-get install --no-install-recommends -y build-essential curl git

# Install Rails
ARG RAILS_VERSION=7.1.3.2
ARG RAILS_VERSION=7.2.1
RUN gem install rails -v ${RAILS_VERSION}

# create empty Rails application, we don't need ActiveRecord or JavaScript
Expand Down

0 comments on commit 9a3cf45

Please sign in to comment.