diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9826de..5f6e4b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index fd87d803..2c93f669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.15.2-alpine +FROM nginx:1.15.7-alpine MAINTAINER Alejandro Celaya # Install node and yarn