diff --git a/Dockerfile b/Dockerfile index 4eaa8216..487172c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Builder -FROM ghcr.io/squidfunk/mkdocs-material:9.6.21 AS BUILDER +FROM ghcr.io/squidfunk/mkdocs-material:9.6.22 AS BUILDER WORKDIR /app ENV CI=true diff --git a/dev.Dockerfile b/dev.Dockerfile index ef315409..2f5257c3 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Builder -FROM ghcr.io/squidfunk/mkdocs-material:9.6.21 as BUILDER +FROM ghcr.io/squidfunk/mkdocs-material:9.6.22 as BUILDER WORKDIR /app # Set environment variables (usually stable and less likely to change)