diff --git a/Dockerfile b/Dockerfile
index 8264fe1..38d7cd0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ COPY --chown=1001:root . .
 # build the docs
 RUN mkdocs build
 
-FROM nginxinc/nginx-unprivileged:1.25-alpine as deploy
+FROM nginxinc/nginx-unprivileged:1.26-alpine as deploy
 COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/
 COPY default.conf /etc/nginx/conf.d/