From 6a044b9fb938c980293ba17b1609acbb89dae69f Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 16:06:02 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ruby:3.3.6-bookwor?= =?UTF-8?q?m=20docker=20digest=20(=202755a20=20=E2=86=92=2061edbaf=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 d94bb69..a5643e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:2755a2089fe35e6ee4c9f370b5112ec835dc31f131e38042336059af4553173f AS builder +FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:61edbafbac58696370a8ca2c4fd8c690d17dc1e9f363931ddedfa67be019a74d AS builder # Install Jekyll and Bundler RUN gem install bundler jekyll && jekyll --version