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

@@ -1,8 +1,8 @@
FROM node:10.15.3-alpine as node
FROM node:10.16.3-alpine as node
COPY . /shlink-web-client
RUN cd /shlink-web-client && npm install && npm run build
FROM nginx:1.15.9-alpine
FROM nginx:1.17.3-alpine
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
RUN rm -r /usr/share/nginx/html
COPY --from=node /shlink-web-client/build /usr/share/nginx/html