Skip to content

Commit 9bde372

Browse files
committed
ci: update test compose file to use new docker image
1 parent e4cd96c commit 9bde372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
core:
33
# Uses `$SUPERTOKENS_CORE_VERSION` when available, else latest
4-
image: supertokens/supertokens-core:dev-branch-${SUPERTOKENS_CORE_VERSION:-master}
4+
image: supertokens/supertokens-dev-postgresql:${SUPERTOKENS_CORE_VERSION:-master}
55
ports:
66
# Uses `$SUPERTOKENS_CORE_PORT` when available, else 3567 for local port
77
- ${SUPERTOKENS_CORE_PORT:-3567}:3567

0 commit comments

Comments
 (0)