diff --git a/compas/docker-compose-postgresql.yml b/compas/docker-compose-postgresql.yml index 45e8f57..5e0917e 100644 --- a/compas/docker-compose-postgresql.yml +++ b/compas/docker-compose-postgresql.yml @@ -100,7 +100,7 @@ services: scl-auto-alignment: labels: compas: true - image: "lfenergy/compas-scl-auto-alignment:0.5.2" + image: "lfenergy/compas-scl-auto-alignment:0.5.3" ports: - "9092:8080" environment: diff --git a/compas/reverse-proxy/Dockerfile b/compas/reverse-proxy/Dockerfile index c3c23ab..abc83aa 100644 --- a/compas/reverse-proxy/Dockerfile +++ b/compas/reverse-proxy/Dockerfile @@ -20,10 +20,7 @@ RUN apk add --no-cache openssl-dev RUN apk add --no-cache git RUN apk add --no-cache gcc -# We are using fixed version of the lua repository, because the current version is too large and throws an exception during install, -# see issue https://github.com/luarocks/luarocks/issues/1797 -# Once the issue is fixed we should remove --only-server ... workaround -RUN luarocks install lua-resty-openidc --only-server https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/daab2726276e3282dc347b89a42a5107c3500567 +RUN luarocks install lua-resty-openidc RUN mkdir -p /etc/nginx/include