From 83c24506b17ba3b371a16121f3eebdd8db0b3b0e Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 04:30:10 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ruby:3.3.6-bookwor?= =?UTF-8?q?m=20docker=20digest=20(=205727a4d=20=E2=86=92=209afef27=20)=20(?= =?UTF-8?q?#150)?= 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 4ae78a2..a612861 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:5727a4d0cc8d9f2deaa99c0b22bd5bed6b02e8898f701fef4b4e61ebef896ab0 AS builder +FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:9afef279599922a4426c91d0a2a0d0c32c15ef0f65490ae83132a683d58ab978 AS builder # Install Jekyll and Bundler RUN gem install bundler jekyll && jekyll --version