Skip to content

Commit 7ca735d

Browse files
committed
update to alpine3.22
1 parent c979851 commit 7ca735d

File tree

2 files changed

+186
-190
lines changed

2 files changed

+186
-190
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# alpine is fine
44
# node:22.1.0-bookworm, node:20.13.1-slim, node:20.13.1-alpine
5-
ARG NODE_IMAGE=node:24.7.0-alpine
5+
ARG NODE_IMAGE=node:24.7.0-alpine3.22
66

77
FROM --platform=$BUILDPLATFORM ${NODE_IMAGE} AS base
88
WORKDIR /app
@@ -53,7 +53,7 @@ RUN echo "PLAUSIBLE_DOMAIN=$PLAUSIBLE_DOMAIN"
5353

5454
RUN pnpm build
5555

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

5959
# sufficient for SSG

0 commit comments

Comments
 (0)