From 727b21974231cc1ed8f24035883c6ee0a41ae8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Laubacher?= Date: Thu, 21 Nov 2019 07:55:40 +0100 Subject: [PATCH] Update nginx image to latest version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 850464b1..5fd97db7 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.5-alpine +FROM nginx:1.17.6-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