Bump base image version to nginx 1.16.1 and alpine 3.11

pull/38/head
ricardop 2020-04-03 13:34:29 +02:00
parent 8ad0aaa25e
commit 2bd42f9a5b
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
.idea
.git
.gitignore
*.iml
LICENSE
README.md
docker_mirror_cache

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.idea
*.iml
docker_mirror_cache
docker_mirror_certs

View File

@ -1,6 +1,6 @@
# We start from my nginx fork which includes the proxy-connect module from tEngine
# Source is available at https://github.com/rpardini/nginx-proxy-connect-stable-alpine
FROM rpardini/nginx-proxy-connect-stable-alpine:nginx-1.14.0-alpine-3.8
FROM rpardini/nginx-proxy-connect-stable-alpine:nginx-1.16.1-alpine-3.11
# Add openssl, bash and ca-certificates, then clean apk cache -- yeah complain all you want.
# Also added deps for mitmproxy.