File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN npm ci --ignore-scripts
55COPY . .
66RUN npm run build
77
8- FROM docker.io/nginxinc/nginx-unprivileged:1.29-alpine3.22
8+ FROM docker.io/nginxinc/nginx-unprivileged:1.29.5 -alpine3.23
99WORKDIR /app
1010COPY --from=builder /app/build /app
1111COPY proxy/server.conf /default.conf
Original file line number Diff line number Diff line change 11services :
22 web :
3- image : node:22.12 -alpine3.21
3+ image : node:24.13.0 -alpine3.23
44 container_name : radix-web_container
55 read_only : true
66 working_dir : /app
@@ -24,7 +24,7 @@ services:
2424 - " 9222:9222"
2525
2626 proxy :
27- image : nginxinc/nginx-unprivileged:1.29-alpine3.22
27+ image : nginxinc/nginx-unprivileged:1.29.5 -alpine3.23
2828 container_name : radix-proxy_container
2929 read_only : true
3030 volumes :
You can’t perform that action at this time.
0 commit comments