Skip to content

Commit

Permalink
Updating ruby base image and bundler version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar2366 committed Oct 13, 2022
1 parent ec3bf4e commit c84620b
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 ruby:2.6
FROM ruby:3.1.2
LABEL maintainer="Max Burnette <[email protected]>, Rob Kooper <[email protected]>"

# arguments that are added at the bottom of BETY
Expand Down Expand Up @@ -46,7 +46,7 @@ WORKDIR /home/bety

# install gems (allowing for caching)
COPY --chown=bety /Gemfile* /home/bety/
RUN gem install bundler -v 1.17.3 \
RUN gem install bundler -v 2.3 \
&& bundle config path vendor/bundle \
&& bundle config without 'test development production debug javascript_testing' \
&& bundle config with 'docker' \
Expand Down

0 comments on commit c84620b

Please sign in to comment.