Skip to content

Commit 502b13e

Browse files
committed
chore(deps): update postgrest/postgrest docker tag to v13.0.7
1 parent b2e7a37 commit 502b13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222

2323
# PostgREST API for Eckchen schema
2424
postgrest_eckchen:
25-
image: postgrest/postgrest:v13.0.4@sha256:a312f4b2e48530a01fc26f5310d547d6c26d087858360e164522e415723a7732
25+
image: postgrest/postgrest:v13.0.7@sha256:0a46780309a604cdc8b56c776c6e5e15788ce58174d709e40459ab5a2d44d228
2626
container_name: postgrest_eckchen
2727
environment:
2828
PGRST_DB_URI: postgres://postgres:postgres@postgres:5432/main
@@ -42,7 +42,7 @@ services:
4242

4343
# PostgREST API for Wortiger schema
4444
postgrest_wortiger:
45-
image: postgrest/postgrest:v13.0.4@sha256:a312f4b2e48530a01fc26f5310d547d6c26d087858360e164522e415723a7732
45+
image: postgrest/postgrest:v13.0.7@sha256:0a46780309a604cdc8b56c776c6e5e15788ce58174d709e40459ab5a2d44d228
4646
container_name: postgrest_wortiger
4747
environment:
4848
PGRST_DB_URI: postgres://postgres:postgres@postgres:5432/main

0 commit comments

Comments
 (0)