Bumbed version of docker images

This commit is contained in:
Alejandro Celaya
2019-08-24 16:31:54 +02:00
parent 158ed84ec5
commit f607ade508
4 changed files with 34 additions and 15 deletions

View File

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