From 2096f372d215f20de6a0d30383b0387b560573ad Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:06:34 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ruby:3.4.1-bookwor?= =?UTF-8?q?m=20docker=20digest=20(=2021ebaf2=20=E2=86=92=20f78dc1b=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 488c868..cb063ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM --platform=$BUILDPLATFORM ruby:3.4.1-bookworm@sha256:21ebaf2e7f347528f462e67bf302a3159e80e0b91cc352c780b81f9a1c68c08a AS builder +FROM --platform=$BUILDPLATFORM ruby:3.4.1-bookworm@sha256:f78dc1bba60f85d40d6dc6d6722ca2cda0b5273fc179119badd0f7654d5d1d6e AS builder # Install Jekyll and Bundler RUN gem install bundler jekyll && jekyll --version