From 83b8872aab18ea0bc88332f15f44b273a2630d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:37:28 +0000 Subject: [PATCH] chore(deps): bump inbucket/inbucket in /pkg/config/templates Bumps inbucket/inbucket from 3.0.3 to 3.0.4. --- updated-dependencies: - dependency-name: inbucket/inbucket dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pkg/config/templates/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/templates/Dockerfile b/pkg/config/templates/Dockerfile index 96c67236c..cd7f1a54d 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -4,7 +4,7 @@ FROM supabase/postgres:14.1.0.89 AS pg14 FROM supabase/postgres:15.8.1.020 AS pg15 # Append to ServiceImages when adding new dependencies below FROM library/kong:2.8.1 AS kong -FROM inbucket/inbucket:3.0.3 AS inbucket +FROM inbucket/inbucket:3.0.4 AS inbucket FROM postgrest/postgrest:v12.2.0 AS postgrest FROM supabase/postgres-meta:v0.84.2 AS pgmeta FROM supabase/studio:20250219-7101314 AS studio