We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25734f commit de9cbeaCopy full SHA for de9cbea
.devcontainer/Dockerfile
@@ -1,3 +1,3 @@
1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2
-ARG RUBY_VERSION=3.3.4
+ARG RUBY_VERSION=3.3.5
3
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION
Dockerfile
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4
5
FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-jemalloc-slim as base
6
7
LABEL fly_launch_runtime="rails"
0 commit comments