Skip to content

Commit 4fd07e7

Browse files
author
Koki Yasuda
authored
Update nginx (#7)
* Update nginx to version 1.13.3 Security: a specially crafted request might result in an integer verflow and incorrect processing of ranges in the range filter, potentially resulting in sensitive information leak (CVE-2017-7529). * Fix dead link
1 parent 6d01421 commit 4fd07e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:latest
22

33
MAINTAINER orleika <admin@orleika.io>
44

5-
ARG NGINX_VERSION=1.13.1
5+
ARG NGINX_VERSION=1.13.3
66
ARG LIBRESSL_VERSION=2.5.4
77
ARG GPG_LIBRESSL="A1EB 079B 8D3E B92B 4EBD 3139 663A F51B D5E4 D8D5"
88
ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Docker Nginx Image _(docker-nginx)_
22

33
[![Build Status](https://img.shields.io/travis/orleika/docker-nginx/master.svg?style=flat-square)](https://travis-ci.org/orleika/docker-nginx)
4-
[![nginx](http://img.shields.io/badge/nginx-v1.13.1-blue.svg?style=flat-square)](https://nginx.org/en/download.html)
4+
[![nginx](http://img.shields.io/badge/nginx-v1.13.3-blue.svg?style=flat-square)](https://nginx.org/en/download.html)
55
[![LibreSSL](http://img.shields.io/badge/LibreSSL-v2.5.4-blue.svg?style=flat-square)](https://www.libressl.org/)
6-
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://orleika.github.io/mit-license)
6+
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/orleika/docker-nginx/blob/master/LICENSE)
77

88
> docker nginx image
99

0 commit comments

Comments
 (0)