File tree Expand file tree Collapse file tree 3 files changed +121
-121
lines changed Expand file tree Collapse file tree 3 files changed +121
-121
lines changed Original file line number Diff line number Diff line change 1
1
# Install dependencies only when needed
2
- FROM node:16. 18.0 -alpine3.15 AS deps
2
+ FROM node:18.12.1 -alpine3.15 AS deps
3
3
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
4
4
RUN apk add --no-cache libc6-compat
5
5
WORKDIR /app
@@ -21,7 +21,7 @@ RUN if $SKIP_CHECKS; \
21
21
# RUN npm ci
22
22
23
23
# Rebuild the source code only when needed
24
- FROM node:16. 18.0 -alpine3.15 AS builder
24
+ FROM node:18.12.1 -alpine3.15 AS builder
25
25
WORKDIR /app
26
26
COPY --from=deps /app/node_modules ./node_modules
27
27
COPY . .
@@ -45,7 +45,7 @@ RUN echo "GIT_SHA=${GIT_SHA}" && npm run build
45
45
# RUN npm run build
46
46
47
47
# Production image, copy all the files and run next
48
- FROM node:16. 18.0 -alpine3.15 AS runner
48
+ FROM node:18.12.1 -alpine3.15 AS runner
49
49
WORKDIR /app
50
50
51
51
ENV NODE_ENV production
Original file line number Diff line number Diff line change 49
49
"@tanstack/react-query" : " 4.15.1" ,
50
50
"@tanstack/react-query-devtools" : " 4.16.0" ,
51
51
"@types/lodash-es" : " 4.17.6" ,
52
- "@types/node" : " 16. 18.3 " ,
52
+ "@types/node" : " 18.11.9 " ,
53
53
"@types/plotly.js-basic-dist" : " 1.54.1" ,
54
54
"@types/prismjs" : " 1.26.0" ,
55
55
"@types/react" : " 17.0.52" ,
You can’t perform that action at this time.
0 commit comments