Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget -qnv https://chromedriver.storage.googleapis.com/LATEST_RELEASE -O - |
mv chromedriver /usr/bin/

#######################################################################################################################
FROM ruby:2.7.6
FROM ruby:3.0.5

RUN mkdir -p /var/log/supervisor

Expand Down Expand Up @@ -42,4 +42,4 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

# install bundler
RUN gem install bundler:2.3.19
RUN gem install bundler:2.4.7

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bundler も最新にしたんですね!ナイスです!:+1: