From 319a989b9598d8377d96302a869ab51c6e72b600 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:32:21 +0000 Subject: [PATCH] chore(deps): update ruby docker tag to v3.2.6 --- images/ruby/3.2.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ruby/3.2.Dockerfile b/images/ruby/3.2.Dockerfile index 233e193fa..cea12e5ae 100644 --- a/images/ruby/3.2.Dockerfile +++ b/images/ruby/3.2.Dockerfile @@ -1,7 +1,7 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM ruby:3.2.5-alpine3.20 +FROM ruby:3.2.6-alpine3.20 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION