From 7a62760a8f9c7c9fa32868b543e5f53ab962c84e Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:29:07 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ruby:3.3.6-bookwor?= =?UTF-8?q?m=20docker=20digest=20(=204c29039=20=E2=86=92=2024a180b=20)=20(?= =?UTF-8?q?#181)?= 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 8ee2088..98da400 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:4c290398322e29e9066134b57562a97ef46261500f1e921c320f0edee9e7cc3f AS builder +FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:24a180b1727b169cdfab0acc2b2b70acaa1eca050e5379297eeaf7aa58e8416a AS builder # Install Jekyll and Bundler RUN gem install bundler jekyll && jekyll --version