Skip to content

Commit

Permalink
ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Feb 4, 2024
1 parent b2a5980 commit 7ec6131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development.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.0
ARG RUBY_VERSION=3.2.2
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base

# OS Level Dependencies
Expand Down

0 comments on commit 7ec6131

Please sign in to comment.