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 c979851 commit 7ca735dCopy full SHA for 7ca735d
docker/Dockerfile
@@ -2,7 +2,7 @@
2
3
# alpine is fine
4
# node:22.1.0-bookworm, node:20.13.1-slim, node:20.13.1-alpine
5
-ARG NODE_IMAGE=node:24.7.0-alpine
+ARG NODE_IMAGE=node:24.7.0-alpine3.22
6
7
FROM --platform=$BUILDPLATFORM ${NODE_IMAGE} AS base
8
WORKDIR /app
@@ -53,7 +53,7 @@ RUN echo "PLAUSIBLE_DOMAIN=$PLAUSIBLE_DOMAIN"
53
54
RUN pnpm build
55
56
-FROM nginx:stable-alpine3.17-slim AS runtime
+FROM nginx:stable-alpine3.22-slim AS runtime
57
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
58
59
# sufficient for SSG
0 commit comments