1 files changed, 27 insertions, 0 deletions
diff --git a/packages/overlays/matrix-synapse/patches/0017-Bump-docker-build-push-action-from-6.16.0-to-6.17.0-.patch b/packages/overlays/matrix-synapse/patches/0017-Bump-docker-build-push-action-from-6.16.0-to-6.17.0-.patch
new file mode 100644
index 0000000..46ea888
--- /dev/null
+++ b/packages/overlays/matrix-synapse/patches/0017-Bump-docker-build-push-action-from-6.16.0-to-6.17.0-.patch
@@ -0,0 +1,27 @@
+From 17e6b32966670550c5fb4f232b390dd25ec77759 Mon Sep 17 00:00:00 2001
+From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
+Date: Mon, 19 May 2025 13:07:24 +0100
+Subject: [PATCH 17/34] Bump docker/build-push-action from 6.16.0 to 6.17.0
+ (#18449)
+
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+---
+ .github/workflows/docker.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
+index 009089db3a..feeadf170d 100644
+--- a/.github/workflows/docker.yml
++++ b/.github/workflows/docker.yml
+@@ -72,7 +72,7 @@ jobs:
+
+ - name: Build and push all platforms
+ id: build-and-push
+- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
++ uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
+ with:
+ push: true
+ labels: |
+--
+2.49.0
+
|