Skip to content

Commit 04cc3b4

Browse files
committed
chore: Update and fix openresty version
Signed-off-by: Christopher Lepski <[email protected]>
1 parent fc20c65 commit 04cc3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compas/reverse-proxy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# We want to go back to below image, but it seems to be broken.
66
# For now use fixed version which still works.
77
#FROM openresty/openresty:alpine-fat
8-
FROM openresty/openresty:1.25.3.1-2-alpine-fat
8+
FROM openresty/openresty:1.27.1.2-alpine-fat
99

1010
ARG COMPAS_HOSTNAME
1111
ARG CONFIGURATION_LOCATION
1212

1313
ARG BACKDOOR_PORT
1414
ARG BACKDOOR_PATH
1515

16-
RUN echo ${CONF_LOCATION}
16+
RUN echo ${CONFIGURATION_LOCATION}
1717
RUN mkdir /var/log/nginx
1818

1919
RUN apk add --no-cache openssl-dev

0 commit comments

Comments
 (0)