Skip to content

Commit d0e302d

Browse files
authored
chore(deps): update Node.js and Nginx images to latest versions (#1331)
1 parent 5d66172 commit d0e302d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN npm ci --ignore-scripts
55
COPY . .
66
RUN 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
99
WORKDIR /app
1010
COPY --from=builder /app/build /app
1111
COPY proxy/server.conf /default.conf

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
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:

0 commit comments

Comments
 (0)