Skip to content

Commit ec0af30

Browse files
author
Koki Yasuda
authored
Update nginx to v1.13.5 and libressl to v2.5.5 (#8)
* 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 * Change nginx to v1.13.4 and libressl to v2.5.5 * Change nginx to v1.13.5 and libressl to v2.5.5 * Fix docs * Fix CI target branch
1 parent 4fd07e7 commit ec0af30

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: required
44

55
branches:
66
only:
7-
- devel
7+
- develop
88

99
services:
1010
- docker

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM alpine:latest
22

33
MAINTAINER orleika <admin@orleika.io>
44

5-
ARG NGINX_VERSION=1.13.3
6-
ARG LIBRESSL_VERSION=2.5.4
5+
ARG NGINX_VERSION=1.13.5
6+
ARG LIBRESSL_VERSION=2.5.5
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"
99

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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.3-blue.svg?style=flat-square)](https://nginx.org/en/download.html)
5-
[![LibreSSL](http://img.shields.io/badge/LibreSSL-v2.5.4-blue.svg?style=flat-square)](https://www.libressl.org/)
4+
[![nginx](http://img.shields.io/badge/nginx-v1.13.5-blue.svg?style=flat-square)](https://nginx.org/en/download.html)
5+
[![LibreSSL](http://img.shields.io/badge/LibreSSL-v2.5.5-blue.svg?style=flat-square)](https://www.libressl.org/)
66
[![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
1010
Small-Secure-Fast docker nginx image.
11-
Base image is alpine, which is a security-oriented, lightweight Linux distribution. Most response headers are concealed, and DDoS mitigation is equipped. You should use secure headers included in `conf.d` for further safety considerations. Additionally, nginx caching parameters are optimized.
12-
This image is automatically released by Docker Cloud.
11+
Base image is alpine, which is a security-oriented, lightweight Linux distribution. Most response headers are concealed, and DDoS mitigation is equipped. You should use secure headers included in `conf.d` for further safety considerations. Additionally, nginx caching parameters are optimized. This image is automatically [released](https://hub.docker.com/r/orleika/nginx/) by Docker Cloud.
1312

1413
## Install
1514

0 commit comments

Comments
 (0)