Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=3.4.8@sha256:5a3ff57d87764f57e3d30c308ad7738a9eb89fb416240e4cac9332e338a076b4
ARG RUBY_VERSION=3.4.8@sha256:a5dae9e082e11004ed88d1a2b4400d10d2b45e1d3c32b53734a72c802e4ee128
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION
Loading