Skip to content

Commit de9cbea

Browse files
authored
Fix Ruby Version on Dockerfiles (#129)
1 parent b25734f commit de9cbea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
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.3.4
2+
ARG RUBY_VERSION=3.3.5
33
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax = docker/dockerfile:1
22

33
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4-
ARG RUBY_VERSION=3.3.4
4+
ARG RUBY_VERSION=3.3.5
55
FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-jemalloc-slim as base
66

77
LABEL fly_launch_runtime="rails"

0 commit comments

Comments
 (0)