Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent d6032bb commit 04c88cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,28 @@ services:

node-lts-dubnium:
<<: *service_defaults
image: node:dubnium-alpine
image: node:iron-alpine
volumes:
- *service_defaults_volumes_app
- dubnium_node_modules:/app/node_modules/:rw

node-lts-carbon:
<<: *service_defaults
image: node:carbon-alpine
image: node:iron-alpine
volumes:
- *service_defaults_volumes_app
- carbon_node_modules:/app/node_modules/:rw

node-lts-boron:
<<: *service_defaults
image: node:boron-alpine
image: node:iron-alpine
volumes:
- *service_defaults_volumes_app
- boron_node_modules:/app/node_modules/:rw

node-lts-argon:
<<: *service_defaults
image: node:argon-alpine
image: node:iron-alpine
volumes:
- *service_defaults_volumes_app
- argon_node_modules:/app/node_modules:rw
Expand Down

0 comments on commit 04c88cb

Please sign in to comment.