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