Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compas/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions compas/reverse-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down