From ef49b0508517224fd493056be2bcf4c66bbf5f4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:44:48 +0000 Subject: [PATCH] chore(deps): update ruby docker tag to v3.3.4 --- 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 f006ec6f4..d70ad9a0c 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.3-alpine3.19 +FROM ruby:3.3.4-alpine3.19 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"