File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
files/elasticsearch/remove-old-indexes Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# build stage
2- FROM node:24.5 .0 AS build-stage
2+ FROM node:24.6 .0 AS build-stage
33ARG SENTRY_AUTH_TOKEN
44ARG SENTRY_ORG
55ARG SENTRY_PRINT_PROJECT
@@ -22,7 +22,7 @@ COPY print .
2222RUN npm run build
2323
2424# production stage
25- FROM node:24.5 .0 AS production-stage
25+ FROM node:24.6 .0 AS production-stage
2626WORKDIR /app
2727
2828COPY --from=build-stage /app/.output ./.output
Original file line number Diff line number Diff line change 11services :
22 remove-old-indexes :
3- image : node:24.5 .0
3+ image : node:24.6 .0
44 volumes :
55 - ./src:/src
66 command :
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ elasticsearch:
5656 storage : ${ELASTIC_NODE_STORAGE_SIZE}
5757 removeOldIndexes :
5858 maxIndexAge : ${ELASTIC_NODE_MAX_INDEX_AGE}
59- image : node:24.5 .0
59+ image : node:24.6 .0
6060
6161kibana :
6262 name : kibana
Original file line number Diff line number Diff line change 11services :
22 frontend :
3- image : node:24.5 .0
3+ image : node:24.6 .0
44 container_name : ' ecamp3-frontend'
55 ports :
66 - ' 9229:9229' # jest debug
@@ -79,7 +79,7 @@ services:
7979 command : varnishncsa
8080
8181 pdf :
82- image : node:24.5 .0
82+ image : node:24.6 .0
8383 container_name : ' ecamp3-pdf'
8484 stdin_open : true
8585 tty : true
@@ -98,7 +98,7 @@ services:
9898 - CI=${CI}
9999
100100 print :
101- image : node:24.5 .0
101+ image : node:24.6 .0
102102 container_name : ' ecamp3-print'
103103 user : ${USER_ID:-1000}
104104 volumes :
@@ -210,7 +210,7 @@ services:
210210 protocol : tcp
211211
212212 translation :
213- image : node:24.5 .0
213+ image : node:24.6 .0
214214 profiles : ['translation']
215215 container_name : ' ecamp3-translation'
216216 volumes :
You can’t perform that action at this time.
0 commit comments