From e1e206e639f58cbbd91b8e4449e03a015ffed57a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 03:23:30 +0000 Subject: [PATCH] Update ruby Docker tag to v3.2.3 --- 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 148ecde62..fff8af90e 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.2-alpine3.18 +FROM ruby:3.2.3-alpine3.18 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"