Skip to content

Commit

Permalink
update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Oct 26, 2024
1 parent c3e2b82 commit 216b90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: yarn lint
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.3.5
bundler-cache: true
- name: Install PostgreSQL
run: sudo apt-get -yqq install libpq-dev
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.2-slim-bullseye
FROM ruby:3.3.5-slim-bookworm
LABEL maintainer '8398a7 <8398a7@gmail.com>'

ENV \
Expand Down

0 comments on commit 216b90d

Please sign in to comment.