Skip to content

Commit

Permalink
Update Node.js to v22 (#1102)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 38cbf5f commit 9c3da28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/local-prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:

angular:
container_name: angular
image: node:20
image: node:22
user: "${UID:-1000}:${GID:-1000}"
volumes:
- ../../../okr:/opt
Expand Down

0 comments on commit 9c3da28

Please sign in to comment.