Skip to content

Commit 5678dfc

Browse files
author
Rob Tjalma
authored
Merge pull request #70 from com-pas/fix-reverse-proxy
Temporary fixed version of OpenResty until latest is fixed.
2 parents 548f540 + fd644c5 commit 5678dfc

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)