Skip to content

Commit d46927e

Browse files
authored
Merge pull request #220 from com-pas/chore/bump-scl-auto-alignment-to-0.5.3
chore: Bump scl-auto-alignment to 0.5.3
2 parents a38aa13 + a87b4a3 commit d46927e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

compas/docker-compose-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100
scl-auto-alignment:
101101
labels:
102102
compas: true
103-
image: "lfenergy/compas-scl-auto-alignment:0.5.2"
103+
image: "lfenergy/compas-scl-auto-alignment:0.5.3"
104104
ports:
105105
- "9092:8080"
106106
environment:

compas/reverse-proxy/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ RUN apk add --no-cache openssl-dev
2020
RUN apk add --no-cache git
2121
RUN apk add --no-cache gcc
2222

23-
# We are using fixed version of the lua repository, because the current version is too large and throws an exception during install,
24-
# see issue https://github.com/luarocks/luarocks/issues/1797
25-
# Once the issue is fixed we should remove --only-server ... workaround
26-
RUN luarocks install lua-resty-openidc --only-server https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/daab2726276e3282dc347b89a42a5107c3500567
23+
RUN luarocks install lua-resty-openidc
2724

2825
RUN mkdir -p /etc/nginx/include
2926

0 commit comments

Comments
 (0)