Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump supabase/realtime from v2.34.27 to v2.34.29 in /pkg/config/templates #3188

Merged
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
2 changes: 1 addition & 1 deletion pkg/config/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM supabase/edge-runtime:v1.67.2 AS edgeruntime
FROM timberio/vector:0.28.1-alpine AS vector
FROM supabase/supavisor:2.3.6 AS supavisor
FROM supabase/gotrue:v2.169.0 AS gotrue
FROM supabase/realtime:v2.34.27 AS realtime
FROM supabase/realtime:v2.34.29 AS realtime
FROM supabase/storage-api:v1.19.1 AS storage
FROM supabase/logflare:1.11.0 AS logflare
# Append to JobImages when adding new dependencies below
Expand Down
Loading