Update to node 20.7

This commit is contained in:
Alejandro Celaya
2023-09-23 12:04:58 +02:00
parent 313c12113c
commit 0efd4818df
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ version: '3'
services:
shlink_web_client_node:
container_name: shlink_web_client_node
image: node:20.5-alpine
image: node:20.7-alpine
command: /bin/sh -c "cd /home/shlink/www && npm install && npm run start"
volumes:
- ./:/home/shlink/www