diff --git a/Dockerfile b/Dockerfile index 84c5c9d..c73a854 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM --platform=$BUILDPLATFORM ruby:3.3.5-bookworm@sha256:db263e7c55ec9287780e467834e45273acaa1961bf88225db0c28fe962ee0526 AS builder +FROM --platform=$BUILDPLATFORM ruby:3.3.5-bookworm@sha256:bceec7582aaa80630bb51a04e2df3af658e64c0640c174371776928ad3bd57b4 AS builder # Install Jekyll and Bundler RUN gem install bundler jekyll && jekyll --version