mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 14:57:22 +03:00
Updated nginx base image for Docker. Closes #79
This commit is contained in:
parent
a2b08277dc
commit
fd2367b005
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue