Skip to content

Commit

Permalink
Update studio in terraform module to explicitly-tagged upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mogul authored Jun 19, 2024
1 parent 05b2b66 commit 53e81d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/studio.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
# TODO: Once Supabase publishes an image without CRITICAL and HIGH findings,
# switch to ghcr.io/gsa-tts/cg-supabase/studio:scanned
studio_image = "ghcr.io/supabase/studio"
studio_image_tag = "20240527-f428ce5"
studio_image_tag = "v1.24.05"
studio_url = "https://${cloudfoundry_route.supabase-studio.endpoint}"
studio_connection_string = "${cloudfoundry_service_key.studio.credentials.uri}?sslmode=require"

Expand Down

0 comments on commit 53e81d6

Please sign in to comment.