Skip to content

Commit fd644c5

Browse files
author
Dennis Labordus
committed
Temporary fix version of OpenResty until latest is fixed.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 548f540 commit fd644c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compas/reverse-proxy/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM openresty/openresty:alpine-fat
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.19.9.1-10-alpine-fat
69

710
ARG COMPAS_HOSTNAME
811

0 commit comments

Comments
 (0)