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 548f540 commit fd644c5Copy full SHA for fd644c5
compas/reverse-proxy/Dockerfile
@@ -2,7 +2,10 @@
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
-FROM openresty/openresty:alpine-fat
+# 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
9
10
ARG COMPAS_HOSTNAME
11
0 commit comments