Skip to content

Commit 68731c5

Browse files
committed
set nginx image
1 parent 7ca735d commit 68731c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN echo "PLAUSIBLE_DOMAIN=$PLAUSIBLE_DOMAIN"
5353

5454
RUN pnpm build
5555

56-
FROM nginx:stable-alpine3.22-slim AS runtime
56+
FROM nginx:1.29.1-alpine3.22-slim AS runtime
5757
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
5858

5959
# sufficient for SSG

0 commit comments

Comments
 (0)