We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b153b7 + 4867dc9 commit b78379dCopy full SHA for b78379d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.10.0-alpine3.22 AS build
+FROM node:24.11-alpine AS build
2
3
WORKDIR /usr/src/app
4
@@ -9,7 +9,7 @@ RUN NODE_OPTIONS="--max-old-space-size=4096" npm ci --legacy-peer-deps
9
RUN NODE_OPTIONS="--max-old-space-size=4096 --openssl-legacy-provider" npm run build --silent
10
11
12
-FROM nginx:1.29.2-alpine-slim AS fnl_base_image
+FROM nginx:1.29.3-alpine AS fnl_base_image
13
14
COPY --from=build /usr/src/app/build /usr/share/nginx/html
15
COPY --from=build /usr/src/app/config/inject.template.js /usr/share/nginx/html/inject.template.js
public/User Guide for CCDC v1.5.5.pdf
-3.38 MB
0 commit comments