From d8fe2d18f439424c65ffcc9e0dfb112a7f949d2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 00:52:05 +0000 Subject: [PATCH] chore(deps): update ruby docker tag to v3.4.8 --- with-sinatra/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-sinatra/Dockerfile b/with-sinatra/Dockerfile index 1387dfe8..56b7cd14 100644 --- a/with-sinatra/Dockerfile +++ b/with-sinatra/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.0 +FROM ruby:3.4.8 RUN apt-get update -qq && apt-get install -y build-essential RUN mkdir -p /app