Skip to content

Commit 6867483

Browse files
committed
update to latest
1 parent f4c1aaf commit 6867483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM curlimages/curl:7.85.0 as fetch-eql
22
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
44

55
FROM postgres:16.2-bookworm as db
66
WORKDIR /app

playground/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
container_name: eql-playground-pg
44
build:
55
context: ./db
6-
command: [ "postgres", "-c", "log_statement=all" ]
6+
command: ["postgres", "-c", "log_statement=all"]
77
environment:
88
POSTGRES_USER: postgres
99
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)