Skip to content

Commit

Permalink
Update Node.js to v20 (#402)
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 Jan 3, 2024
1 parent 18d52a2 commit c4a9f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- '$HOME/.kube/config:/mnt/kubeconfig'

frontend:
image: node:18.19-alpine
image: node:20.10-alpine
volumes:
- './client:/client'
working_dir: /client
Expand Down

0 comments on commit c4a9f34

Please sign in to comment.