Updated docker files to use API v1.1.9 and latest dependencies.

This commit is contained in:
nero120 2019-06-24 10:55:40 +01:00
parent 6554db9377
commit fac91dced7
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
FROM node:10.14.2-alpine
FROM node:10.16.0-alpine
# Set environment variables
ENV XBROWSERSYNC_API_VERSION 1.1.8
ENV XBROWSERSYNC_API_VERSION 1.1.9
WORKDIR /usr/src/api