Skip to content

Commit

Permalink
chore: bump auth version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay committed May 7, 2024
1 parent fc145af commit d760721
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3'
services:
gotrue: # Signup enabled, autoconfirm off
image: supabase/auth:v2.150.1
image: supabase/auth:v2.151.0
ports:
- '9999:9999'
environment:
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- db
restart: on-failure
autoconfirm: # Signup enabled, autoconfirm on
image: supabase/auth:v2.150.1
image: supabase/auth:v2.151.0
ports:
- '9998:9998'
environment:
Expand Down Expand Up @@ -71,7 +71,7 @@ services:
- db
restart: on-failure
disabled: # Signup disabled
image: supabase/auth:v2.150.1
image: supabase/auth:v2.151.0
ports:
- '9997:9997'
environment:
Expand Down

0 comments on commit d760721

Please sign in to comment.