Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/cli-go/pkg/config/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ FROM library/kong:2.8.1 AS kong
FROM axllent/mailpit:v1.30.2 AS mailpit
FROM postgrest/postgrest:v14.14 AS postgrest
FROM supabase/postgres-meta:v0.96.6 AS pgmeta
FROM supabase/studio:2026.07.06-sha-66cf431 AS studio
FROM supabase/studio:2026.07.07-sha-a6a04f2 AS studio
Comment thread
jgoux marked this conversation as resolved.
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
FROM supabase/edge-runtime:v1.74.2 AS edgeruntime
FROM timberio/vector:0.53.0-alpine AS vector
FROM supabase/supavisor:2.9.7 AS supavisor
FROM supabase/gotrue:v2.192.0 AS gotrue
FROM supabase/realtime:v2.112.6 AS realtime
FROM supabase/storage-api:v1.62.5 AS storage
FROM supabase/realtime:v2.112.9 AS realtime
FROM supabase/storage-api:v1.63.1 AS storage
FROM supabase/logflare:1.46.0 AS logflare
# Append to JobImages when adding new dependencies below
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ
Expand Down
6 changes: 3 additions & 3 deletions packages/stack/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ export const DEFAULT_VERSIONS: VersionManifest = {
postgrest: "14.14",
auth: "2.192.0",
"edge-runtime": "1.74.2",
realtime: "2.112.6",
storage: "1.62.5",
realtime: "2.112.9",
storage: "1.63.1",
imgproxy: "v3.8.0",
mailpit: "v1.30.2",
pgmeta: "0.96.6",
studio: "2026.07.06-sha-66cf431",
studio: "2026.07.07-sha-a6a04f2",
analytics: "1.46.0",
vector: "0.53.0-alpine",
pooler: "2.9.7",
Expand Down
Loading