Skip to content

Commit

Permalink
Merge pull request #724 from JohnnyKei/fix/docker
Browse files Browse the repository at this point in the history
fix: rubygems-update version for Docker
  • Loading branch information
romanblanco committed Feb 14, 2024
2 parents 175b041 + f90c8af commit bc58e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ ENV RAILS_VERSION 7.0.3.1

RUN apt-get update -qq && apt-get install -y nodejs npm
# Bugfix for https://github.com/rubyjs/mini_racer/issues/220#issuecomment-1010724771
RUN gem update --system
RUN gem update --system 3.4.22

# Run docker as a non-root user to avoid having to chown generated files while developing
ENV APP_PATH=/rswag/
Expand Down

0 comments on commit bc58e30

Please sign in to comment.