Skip to content

Commit

Permalink
chore: bump auth version in test (#901)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?
* bump the auth image used in tests to the latest version
  • Loading branch information
kangmingtay authored May 7, 2024
1 parent 64a926c commit 9a07393
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 9a07393

Please sign in to comment.