Skip to content

Commit 19c16e0

Browse files
committed
Update Dockerfile hashes for nginx and node
1 parent 7431bb6 commit 19c16e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# sha256 as of 2024-03-15
2-
FROM node:21.7.1-alpine3.19@sha256:4999fa1391e09259e71845d3d0e9ddfe5f51ab30253c8b490c633f710c7446a0 AS eleventy-build
1+
# sha256 as of 2025-12-01
2+
FROM node:25-alpine3.21@sha256:32509199057d74a987fdd88cde00fdfd48ef52469adbd6bd11969fc701477761 AS eleventy-build
33

44
WORKDIR /usr/src/page
55
COPY package.json package-lock.json eleventy.config.js ./
66
COPY src ./src
77
RUN npm ci
88
RUN npm run build
99

10-
# sha256 as of 2023-07-05
11-
FROM nginx:mainline-alpine@sha256:2d4efe74ef541248b0a70838c557de04509d1115dec6bfc21ad0d66e41574a8a
10+
# sha256 as of 2025-12-01
11+
FROM nginx:mainline-alpine@sha256:b3c656d55d7ad751196f21b7fd2e8d4da9cb430e32f646adcf92441b72f82b14
1212

1313
COPY deploy/nginx.conf /etc/nginx
1414
RUN mkdir -p /opt/nginx/run /opt/nginx/webroot/assets && chown -R nginx:nginx /opt/nginx

0 commit comments

Comments
 (0)