diff --git a/Dockerfile b/Dockerfile index 47f2cc1..9dadef3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ COPY . . RUN pnpm run build # Production stage -FROM nginx:alpine +FROM nginx:1.29.5-alpine3.23 # Install wget for health checks RUN apk add --no-cache wget