diff --git a/Dockerfile b/Dockerfile index e791a812f..5970277be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN yarn install \ && VITE_ENVIRONMENT=${TARGET_NETWORK} yarn build # production environment -FROM nginx:1.25.3-alpine +FROM nginx:1.25.4-alpine HEALTHCHECK CMD wget -O /dev/null http://localhost || exit 1 COPY --from=build /app/build /usr/share/nginx/html EXPOSE 80