Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Dec 2, 2023
1 parent 62724c4 commit c07507b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update -qq \
COPY Gemfile* /srv/app/
WORKDIR /srv/app
RUN gem install foreman
RUN gem install bundler:2.4.9
RUN gem install bundler:2.4.22
RUN bundle install --jobs 4

# Dependency for generating the ERD: 'graphviz'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update -qq \
WORKDIR /srv/app
COPY Gemfile Gemfile.lock ./
RUN gem install foreman
RUN gem install bundler:2.4.9
RUN gem install bundler:2.4.22

# Clean up Bundle
RUN bundle config set without 'development test'
Expand Down

0 comments on commit c07507b

Please sign in to comment.