We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca735d commit 68731c5Copy full SHA for 68731c5
docker/Dockerfile
@@ -53,7 +53,7 @@ RUN echo "PLAUSIBLE_DOMAIN=$PLAUSIBLE_DOMAIN"
53
54
RUN pnpm build
55
56
-FROM nginx:stable-alpine3.22-slim AS runtime
+FROM nginx:1.29.1-alpine3.22-slim AS runtime
57
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
58
59
# sufficient for SSG
0 commit comments