From 216b90d3ad38d06ab6f32773cbe229780f05c7da Mon Sep 17 00:00:00 2001 From: 839 <8398a7@gmail.com> Date: Sun, 27 Oct 2024 00:23:47 +0900 Subject: [PATCH] update ruby version --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9471227..bba4f97d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 85692ef6..40601b2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \