Skip to content

Commit b78379d

Browse files
authored
Merge pull request #499 from CBIIT/1.5.5
merge 1.5.5 to main
2 parents 3b153b7 + 4867dc9 commit b78379d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.10.0-alpine3.22 AS build
1+
FROM node:24.11-alpine AS build
22

33
WORKDIR /usr/src/app
44

@@ -9,7 +9,7 @@ RUN NODE_OPTIONS="--max-old-space-size=4096" npm ci --legacy-peer-deps
99
RUN NODE_OPTIONS="--max-old-space-size=4096 --openssl-legacy-provider" npm run build --silent
1010

1111

12-
FROM nginx:1.29.2-alpine-slim AS fnl_base_image
12+
FROM nginx:1.29.3-alpine AS fnl_base_image
1313

1414
COPY --from=build /usr/src/app/build /usr/share/nginx/html
1515
COPY --from=build /usr/src/app/config/inject.template.js /usr/share/nginx/html/inject.template.js
-3.38 MB
Binary file not shown.

0 commit comments

Comments
 (0)