File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
.ops/ecamp3-logging/files/elasticsearch/remove-old-indexes Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# build stage
2- FROM node:24.11.0 AS build-stage
2+ FROM node:24.11.1 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.11.0 AS production-stage
25+ FROM node:24.11.1 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.11.0
3+ image : node:24.11.1
44 volumes :
55 - ./src:/src
66 command :
Original file line number Diff line number Diff line change 11services :
22 frontend :
3- image : node:24.11.0
3+ image : node:24.11.1
44 container_name : ' ecamp3-frontend'
55 ports :
66 - ' 9229:9229' # jest debug
@@ -81,7 +81,7 @@ services:
8181 command : varnishncsa
8282
8383 pdf :
84- image : node:24.11.0
84+ image : node:24.11.1
8585 container_name : ' ecamp3-pdf'
8686 stdin_open : true
8787 tty : true
@@ -101,7 +101,7 @@ services:
101101 - CI=${CI}
102102
103103 print :
104- image : node:24.11.0
104+ image : node:24.11.1
105105 container_name : ' ecamp3-print'
106106 user : ${USER_ID:-1000}
107107 volumes :
@@ -212,7 +212,7 @@ services:
212212 stop_signal : SIGKILL
213213
214214 translation :
215- image : node:24.11.0
215+ image : node:24.11.1
216216 profiles : ['translation']
217217 container_name : ' ecamp3-translation'
218218 volumes :
You can’t perform that action at this time.
0 commit comments