From 0410de260327037556e922d172397c3ce98e21b0 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:32:21 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ruby:3.3.6-bookwor?= =?UTF-8?q?m=20docker=20digest=20(=2002ada22=20=E2=86=92=20d31b448=20)=20(?= =?UTF-8?q?#164)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a13d9c..1229315 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:02ada22fe5a5052d68de0a7b2285752bfb270c8f97e9f4ff4d10e42f54c196b9 AS builder +FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:d31b448100c85100876c4a5290375cca26e231d915d7a037599e33e02238560c AS builder # Install Jekyll and Bundler RUN gem install bundler jekyll && jekyll --version