diff --git a/Dockerfile b/Dockerfile index a784616..4100cdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================================= # Building Stage # ================================================================================================= -FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:7738097e604fac41fd39eb0030ea0ed5b40968f89c6268911bc96e58c32e31fd AS builder +FROM --platform=$BUILDPLATFORM ruby:3.3.6-bookworm@sha256:9d4892f485258e6ecb8780f5dee379adc9b0430d69194f21dcc1917a5f1911e9 AS builder # Install Jekyll and Bundler RUN gem install bundler jekyll && jekyll --version