Compare commits

1 Commits

Author SHA1 Message Date
02d9a195c2 Migrate config .renovaterc.json5
All checks were successful
Main workflow / Build synapse (push) Successful in 28s
2025-11-11 20:01:38 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@
customManagers: [
{
customType: 'regex',
managerFilePatterns: [
'/^Dockerfile$/',
fileMatch: [
'^Dockerfile$',
],
matchStrings: [
'synapse-s3-storage-provider==(?<currentValue>.*)\\n',

View File

@@ -1,3 +1,3 @@
FROM ghcr.io/element-hq/synapse:v1.144.0@sha256:39405b7a2a86ab8e987aa3f4f1e74af11ffaf751a5306f1757bc3fdbd8d19832
FROM ghcr.io/element-hq/synapse:v1.142.0@sha256:b90a9e1158a5acb844479edd671ade5baf60c7f6120028e71dc2e090225d5509
RUN /usr/local/bin/pip install synapse-s3-storage-provider==1.6.0