Skip to content

Commit e07fcb1

Browse files
authored
Merge pull request #230 from MITLibraries/timx-565-depupdates
DevContainer Ruby 3.2.9
2 parents 812221b + ea30165 commit e07fcb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2-
ARG RUBY_VERSION=3.2.8
3-
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION
2+
ARG RUBY_VERSION=3.2.9
3+
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION

0 commit comments

Comments
 (0)