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 fc20c65 commit 04cc3b4Copy full SHA for 04cc3b4
compas/reverse-proxy/Dockerfile
@@ -5,15 +5,15 @@
5
# We want to go back to below image, but it seems to be broken.
6
# For now use fixed version which still works.
7
#FROM openresty/openresty:alpine-fat
8
-FROM openresty/openresty:1.25.3.1-2-alpine-fat
+FROM openresty/openresty:1.27.1.2-alpine-fat
9
10
ARG COMPAS_HOSTNAME
11
ARG CONFIGURATION_LOCATION
12
13
ARG BACKDOOR_PORT
14
ARG BACKDOOR_PATH
15
16
-RUN echo ${CONF_LOCATION}
+RUN echo ${CONFIGURATION_LOCATION}
17
RUN mkdir /var/log/nginx
18
19
RUN apk add --no-cache openssl-dev
0 commit comments