Skip to content

Commit 73f5e68

Browse files
pcncdarora
authored andcommitted
chore: fix version interpolation
1 parent fe18b97 commit 73f5e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ FROM postgrest/postgrest:v${postgrest_release} as pgrst
5858
####################
5959
# Install GoTrue
6060
####################
61-
FROM supabase/gotrue:v${gotrue_release} as gotrue
61+
FROM supabase/gotrue:${gotrue_release} as gotrue
6262

6363
####################
6464
# Install Kong

0 commit comments

Comments
 (0)