From ec743abeba518d976313604f164c433b9d18ead8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:03:30 +0000 Subject: [PATCH] chore(deps): update ruby docker tag to v3.3.5 --- images/ruby/3.3.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ruby/3.3.Dockerfile b/images/ruby/3.3.Dockerfile index 4162b7588..980d0074e 100644 --- a/images/ruby/3.3.Dockerfile +++ b/images/ruby/3.3.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM ruby:3.3.4-alpine3.20 +FROM ruby:3.3.5-alpine3.20 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION