Updated nginx base image for Docker. Closes #79

This commit is contained in:
Alejandro Celaya 2018-12-18 20:33:37 +01:00
parent a2b08277dc
commit fd2367b005
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
#### Changed
* [#80](https://github.com/shlinkio/shlink-web-client/issues/80) Deeply refactored app to do true dependency injection with an IoC container.
* [#79](https://github.com/shlinkio/shlink-web-client/issues/79) Updated to nginx 1.15.7 as the base docker image.
#### Deprecated

View file

@ -1,4 +1,4 @@
FROM nginx:1.15.2-alpine
FROM nginx:1.15.7-alpine
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
# Install node and yarn