Skip to content
Draft
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .dockerdev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apt-get update -qq \
libvips \
libffi-dev \
libmariadb-dev \
libyaml-dev \
sqlite3 \
libsqlite3-dev \
chromium \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
context: .dockerdev
dockerfile: Dockerfile
args:
RUBY_VERSION: "3.1"
RUBY_VERSION: "3.4"
PG_VERSION: 13
NODE_VERSION: 20
MYSQL_VERSION: "8.0"
Expand All @@ -34,7 +34,7 @@ services:
CAPYBARA_DRIVER: selenium_chrome_headless_docker_friendly
DB_USERNAME: root
DB_PASSWORD: password
RAILS_VERSION: ${RAILS_VERSION:-~> 7.1.0}
RAILS_VERSION: ${RAILS_VERSION:-~> 8.0.0}
DB_ALL: "1"
DB_MYSQL_HOST: mysql
DB_POSTGRES_HOST: postgres
Expand Down
Loading