From 3afa9009e89d4faeb37bda8b11142d9ccc54b3ec Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 07:06:00 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ruby:3.4.1-bookwor?= =?UTF-8?q?m=20docker=20digest=20(=20ca81ea7=20=E2=86=92=2049f18ab=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 3c46a14..b6f6915 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM --platform=$BUILDPLATFORM ruby:3.4.1-bookworm@sha256:ca81ea7bf829303ed31a2cc4a2f707933e9ee0166fe566d1085f76005c2204e2 AS builder +FROM --platform=$BUILDPLATFORM ruby:3.4.1-bookworm@sha256:49f18ab8037e65e820412741b2cac3bf7ccc8e8bc854d8876205b2eefeba5af0 AS builder # Install Jekyll and Bundler RUN gem install bundler jekyll && jekyll --version