diff --git a/Dockerfile b/Dockerfile
index ce9f5cd9ffd11e05cffdecf5a26611ac386a48c9..98545215550e20eb2219f89e8092c5add05eb521 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ COPY /static ./static
 RUN yarn build
 
 # Expose server port
-FROM nginxinc/nginx-unprivileged:1.25
+FROM nginxinc/nginx-unprivileged:1.26
 
 RUN rm -rf /etc/nginx/html/* 
 COPY --from=builder /app/build /usr/share/nginx/html