From eb30d29fd55ce4978782cea8dad1b7615ff1ba2c Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:06:47 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ruby:3.3.6-bookwor?= =?UTF-8?q?m=20docker=20digest=20(=209afef27=20=E2=86=92=20495740d=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a612861..f2fe908 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:9afef279599922a4426c91d0a2a0d0c32c15ef0f65490ae83132a683d58ab978 AS builder +FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:495740de96f6a2608388a961612447690f752d0f7f893357f870cd29d0700351 AS builder # Install Jekyll and Bundler RUN gem install bundler jekyll && jekyll --version