Bump base image version to nginx 1.16.1 and alpine 3.11
parent
8ad0aaa25e
commit
2bd42f9a5b
|
@ -1,6 +1,7 @@
|
||||||
.idea
|
.idea
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
|
*.iml
|
||||||
LICENSE
|
LICENSE
|
||||||
README.md
|
README.md
|
||||||
docker_mirror_cache
|
docker_mirror_cache
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
.idea
|
.idea
|
||||||
|
*.iml
|
||||||
docker_mirror_cache
|
docker_mirror_cache
|
||||||
docker_mirror_certs
|
docker_mirror_certs
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# We start from my nginx fork which includes the proxy-connect module from tEngine
|
# 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
|
# 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.
|
# Add openssl, bash and ca-certificates, then clean apk cache -- yeah complain all you want.
|
||||||
# Also added deps for mitmproxy.
|
# Also added deps for mitmproxy.
|
||||||
|
|
Loading…
Reference in New Issue