chore: update image versions

This commit is contained in:
Peter 2025-01-20 17:10:39 +01:00
parent 3104f50c58
commit 1ba52b5713
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 82 additions and 5 deletions
internal/supabase

View file

@ -26,15 +26,15 @@ var Images = struct {
}{
EdgeRuntime: ImageRef{
Repository: "supabase/edge-runtime",
Tag: "v1.65.3",
Tag: "v1.66.4",
},
Envoy: ImageRef{
Repository: "envoyproxy/envoy",
Tag: "distroless-v1.32.3",
Tag: "distroless-v1.33.0",
},
Gotrue: ImageRef{
Repository: "supabase/gotrue",
Tag: "v2.164.0",
Tag: "v2.167.0",
},
ImgProxy: ImageRef{
Repository: "darthsim/imgproxy",
@ -54,10 +54,10 @@ var Images = struct {
},
Storage: ImageRef{
Repository: "supabase/storage-api",
Tag: "v1.11.13",
Tag: "v1.14.5",
},
Studio: ImageRef{
Repository: "supabase/studio",
Tag: "20241202-71e5240",
Tag: "20250113-83c9420",
},
}