From a86114e14188a383b9c1dad9f5b56c1365993504 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:59:16 +0000 Subject: [PATCH] chore(deps): update ruby docker tag to v3.0.7 --- images/ruby/3.0.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ruby/3.0.Dockerfile b/images/ruby/3.0.Dockerfile index 041e50355..a9136d8d9 100644 --- a/images/ruby/3.0.Dockerfile +++ b/images/ruby/3.0.Dockerfile @@ -1,7 +1,7 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons # Alpine 3.19 image not available for Ruby 3.0 -FROM ruby:3.0.6-alpine3.16 +FROM ruby:3.0.7-alpine3.16 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"