diff --git a/Dockerfile b/Dockerfile
index 23b8d63c..bae564f6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ COPY . .
 RUN pnpm install --frozen-lockfile && pnpm build
 
 #-------------
-FROM nginx:1.25.3-alpine
+FROM nginx:1.25.4-alpine
 
 COPY nginx.conf /etc/nginx/conf.d/default.conf
 COPY --from=build /app/dist /usr/share/nginx/html