diff --git a/pkg/config/templates/Dockerfile b/pkg/config/templates/Dockerfile index 13257acdc..1ef1fb563 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -1,5 +1,5 @@ # Exposed for updates by .github/dependabot.yml -FROM supabase/postgres:15.8.1.060 AS pg15 +FROM supabase/postgres:17.4.1.004 AS pg15 # Append to ServiceImages when adding new dependencies below FROM library/kong:2.8.1 AS kong FROM axllent/mailpit:v1.22.3 AS mailpit