File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM curlimages/curl:7.85.0 as fetch-eql
2
2
WORKDIR /out
3
- RUN curl -sLo /out/cipherstash-encrypt.sql https://github.com/cipherstash/encrypt-query-language/releases/download/eql-0.4.2 /cipherstash-encrypt.sql
3
+ RUN curl -sLo /out/cipherstash-encrypt.sql https://github.com/cipherstash/encrypt-query-language/releases/download/eql-0.4.3 /cipherstash-encrypt.sql
4
4
5
5
FROM postgres:16.2-bookworm as db
6
6
WORKDIR /app
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
3
3
container_name : eql-playground-pg
4
4
build :
5
5
context : ./db
6
- command : [ "postgres", "-c", "log_statement=all" ]
6
+ command : ["postgres", "-c", "log_statement=all"]
7
7
environment :
8
8
POSTGRES_USER : postgres
9
9
POSTGRES_PASSWORD : postgres
You can’t perform that action at this time.
0 commit comments