From 0164fb041dcaf4b53a62179d1e3a26930bcf488c Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:06:59 +0200 Subject: [PATCH] Update Ruby to version 3.3.5 (#673) Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> --- .ruby-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index a0891f56..fa7adc7a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/Dockerfile b/Dockerfile index eaff09da..af4a9ef8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.4-alpine +FROM ruby:3.3.5-alpine MAINTAINER Klaus Meyer