diff --git a/src/client/Dockerfile b/src/client/Dockerfile index fed57e0..8c61e6a 100644 --- a/src/client/Dockerfile +++ b/src/client/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN yarn build # Production Stage -FROM nginx:stable-alpine AS production +FROM nginx:1.29.4-alpine3.23 AS production COPY --from=build /app/dist /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file