diff --git a/Dockerfile b/Dockerfile index 0871176f..1579f59e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,6 @@ COPY . ./ RUN npm run build -FROM nginx:1.29.1-alpine +FROM nginx:1.29.2-alpine COPY --from=builder /app/_site /usr/share/nginx/html