Skip to content

Commit

Permalink
fix docker file to use correct ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid Quinsaat committed Oct 29, 2024
1 parent b472b5f commit 173702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.2.2
ARG RUBY_VERSION=3.3.5
FROM ruby:$RUBY_VERSION-slim AS base

LABEL fly_launch_runtime="rails"
Expand Down

0 comments on commit 173702c

Please sign in to comment.