We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9cc68 commit 1856d82Copy full SHA for 1856d82
Dockerfile
@@ -1,7 +1,7 @@
1
# We start from my nginx fork which includes the proxy-connect module from tEngine
2
# Source is available at https://github.com/rpardini/nginx-proxy-connect-stable-alpine
3
# This is already multi-arch!
4
-ARG BASE_IMAGE="rpardini/nginx-proxy-connect-stable-alpine:nginx-1.18.0-alpine-3.12.0"
+ARG BASE_IMAGE="rpardini/nginx-proxy-connect-stable-alpine:nginx-1.18.0-alpine-3.12.1"
5
# Could be "-debug"
6
ARG BASE_IMAGE_SUFFIX=""
7
FROM ${BASE_IMAGE}${BASE_IMAGE_SUFFIX}
0 commit comments