From 05c67a5c997e22a7cf416837ebefe39c3a7f7576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Laubacher?= Date: Sun, 12 Jan 2020 10:50:40 +0100 Subject: [PATCH] Update nginx base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fd97db7..fe2d61c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:12.11.1-alpine as node COPY . /shlink-web-client RUN cd /shlink-web-client && npm install && npm run build -FROM nginx:1.17.6-alpine +FROM nginx:1.17.7-alpine LABEL maintainer="Alejandro Celaya " RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf COPY config/docker/nginx.conf /etc/nginx/conf.d/default.conf