Skip to content

Commit

Permalink
Use ruby 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
unasuke committed Oct 1, 2024
1 parent f2d7547 commit 77b3a92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.1.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/ruby:3.1.2-slim-bullseye as builder
FROM public.ecr.aws/docker/library/ruby:3.1.6-slim-bullseye as builder
WORKDIR /app

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ DEPENDENCIES
webpacker

RUBY VERSION
ruby 3.1.2p20
ruby 3.1.6p260

BUNDLED WITH
2.3.17

0 comments on commit 77b3a92

Please sign in to comment.