Skip to content

Commit

Permalink
[BUMP] Update Node.js to v20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Jul 12, 2024
2 parents bba8c29 + d1c4e3e commit c1c6834
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/dockerfiles/Dockerfile.ember
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate datasource=node-version depName=node
FROM node:20.14.0 as dev
FROM node:20.15.0 as dev

WORKDIR /code
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/Dockerfile.hapi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate datasource=node-version depName=node
FROM node:20.14.0 as dev
FROM node:20.15.0 as dev

EXPOSE 3000

Expand Down
2 changes: 1 addition & 1 deletion high-level-tests/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate datasource=node-version depName=node
FROM node:20.14.0
FROM node:20.15.0

# To run chrome headless with no-sandbox.
ENV CI 1
Expand Down
6 changes: 3 additions & 3 deletions high-level-tests/e2e/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
container_name: pix-e2e-orga
user: node
# renovate datasource=node-version depName=node
image: node:20.14.0
image: node:20.15.0
command: npx ember serve --proxy http://api:3000
volumes:
- ../..:/code
Expand All @@ -38,7 +38,7 @@ services:
monpix:
container_name: pix-e2e-monpix
user: node
image: node:20.14.0
image: node:20.15.0
command: npx ember serve --proxy http://api:3000
volumes:
- ../..:/code
Expand All @@ -49,7 +49,7 @@ services:
api:
container_name: pix-e2e-api
user: node
image: node:20.14.0
image: node:20.15.0
env_file: ./env-api
command: npm run start:watch
volumes:
Expand Down

0 comments on commit c1c6834

Please sign in to comment.