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.
2 parents a7a3614 + 33c69a8 commit 75eac0fCopy full SHA for 75eac0f
Dockerfile
@@ -1,5 +1,5 @@
1
# Make sure it matches the Ruby version in .ruby-version and Gemfile
2
-ARG RUBY_VERSION=3.4.4
+ARG RUBY_VERSION=3.4.5
3
FROM ruby:$RUBY_VERSION
4
5
# Install JavaScript dependencies and libvips for Active Storage
Dockerfile.dev
@@ -1,4 +1,4 @@
-FROM ruby:3.4.4-slim
+FROM ruby:3.4.5-slim
RUN apt-get update -qq && apt-get install -y build-essential software-properties-common
RUN apt-get update -qq
0 commit comments