Skip to content

Commit 7406fee

Browse files
fix(docker): bump supabase/storage-api from v1.33.3 to v1.33.4 in /pkg/config/templates in the docker-minor group (#4672)
fix(docker): bump supabase/storage-api Bumps the docker-minor group in /pkg/config/templates with 1 update: supabase/storage-api. Updates `supabase/storage-api` from v1.33.3 to v1.33.4 --- updated-dependencies: - dependency-name: supabase/storage-api dependency-version: v1.33.4 dependency-type: direct:production dependency-group: docker-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02754b2 commit 7406fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/templates/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM timberio/vector:0.28.1-alpine AS vector
1212
FROM supabase/supavisor:2.7.4 AS supavisor
1313
FROM supabase/gotrue:v2.184.0 AS gotrue
1414
FROM supabase/realtime:v2.69.1 AS realtime
15-
FROM supabase/storage-api:v1.33.3 AS storage
15+
FROM supabase/storage-api:v1.33.4 AS storage
1616
FROM supabase/logflare:1.27.3 AS logflare
1717
# Append to JobImages when adding new dependencies below
1818
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ

0 commit comments

Comments
 (0)