Skip to content

Commit

Permalink
Update dependency ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 7631f61 commit 9e278d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions provisioning/roles/ruby/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
- name: Install Ruby
become: yes
become_user: isucon
when: ruby_version_output is failed or ruby_version_output.stdout != "3.3.6"
when: ruby_version_output is failed or ruby_version_output.stdout != "3.4.1"
args:
chdir: /home/isucon
command: |
/home/isucon/xbuild/ruby-install 3.3.6 /home/isucon/local/ruby
/home/isucon/xbuild/ruby-install 3.4.1 /home/isucon/local/ruby
- name: Add PATH for ruby
become: yes
Expand Down
2 changes: 1 addition & 1 deletion webapp/ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1

FROM ruby:3.3-slim
FROM ruby:3.4-slim

RUN \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
Expand Down

0 comments on commit 9e278d7

Please sign in to comment.