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