diff --git a/Dockerfile b/Dockerfile index a71ad77..44baeda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM --platform=$BUILDPLATFORM ruby:3.4.1-bookworm@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder +FROM --platform=$BUILDPLATFORM ruby:3.4.1-bookworm@sha256:45ca46a37e16d4f0b383ff6f400edc7e096361ac05c91ead86481ecc332e665e AS builder # Install Jekyll and Bundler RUN gem install bundler jekyll && jekyll --version