From 671ce8a5a2ac9bc263846078423088ad527b393e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:20:14 +0000 Subject: [PATCH] chore(deps): update ruby docker tag to v3.3.6 --- 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 980d0074e..aab136d7f 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.5-alpine3.20 +FROM ruby:3.3.6-alpine3.20 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION