From e6f167cf8aed1d7fe84a1bd4580b1bf91631269f Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:41:24 +0300 Subject: [PATCH] chore(deps): update ruby:3.3.4-bookworm docker digest to 0bf712b (#102) 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 35d41c2..bbc0dd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM ruby:3.3.4-bookworm@sha256:60e7c0e5f8d878675a3838a2919eb52e707b7a867c653e3767d67be75f250e22 as builder +FROM ruby:3.3.4-bookworm@sha256:0bf712ba12549864ccbc3fe092c2684ed1542138727a219729052942725c1498 as builder # Install Jekyll and Bundler RUN gem install bundler jekyll && \