From 6e9cbb9b28095888deeda9a0d6b02954e4a6fcaf Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 7 Jan 2019 09:41:54 +0100 Subject: [PATCH] Updated docker base image and removed deprecated MAINTAINER instruction --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c93f669..d6bd402f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM nginx:1.15.7-alpine -MAINTAINER Alejandro Celaya +FROM nginx:1.15.8-alpine +LABEL maintainer="Alejandro Celaya " # Install node and yarn -RUN apk add --no-cache --virtual nodejs && apk add --no-cache --virtual yarn +RUN apk add --no-cache nodejs && apk add --no-cache yarn ADD . ./shlink-web-client