From 2eb31a50bf85ae4cb66aaf5f4b7b5f3ead27cb46 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 25 Jun 2026 01:53:41 +0000 Subject: [PATCH] chore(deps): update ruby:4 docker digest to cc78012 --- docs/docs.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.Dockerfile b/docs/docs.Dockerfile index d88089645fe..2bb8c6a5206 100644 --- a/docs/docs.Dockerfile +++ b/docs/docs.Dockerfile @@ -1,5 +1,5 @@ # Use an official Ruby runtime as a parent image. -FROM ruby:4@sha256:5e3c937aeac53f58a84bf212f7762aecf69221af0159451845ac9b67b79ff234 +FROM ruby:4@sha256:cc78012c8c6faaa2cd698535fff3b1c042301b8d49becec6691dd5c1af687d3a # Set the working directory in the container. WORKDIR /usr/src/app