Compare commits
3 Commits
02d9a195c2
...
0d9e53f8d2
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d9e53f8d2 | |||
| d7c0acc16b | |||
| 49bac11dbe |
@@ -9,8 +9,8 @@
|
|||||||
customManagers: [
|
customManagers: [
|
||||||
{
|
{
|
||||||
customType: 'regex',
|
customType: 'regex',
|
||||||
fileMatch: [
|
managerFilePatterns: [
|
||||||
'^Dockerfile$',
|
'/^Dockerfile$/',
|
||||||
],
|
],
|
||||||
matchStrings: [
|
matchStrings: [
|
||||||
'synapse-s3-storage-provider==(?<currentValue>.*)\\n',
|
'synapse-s3-storage-provider==(?<currentValue>.*)\\n',
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
FROM ghcr.io/element-hq/synapse:v1.142.0@sha256:b90a9e1158a5acb844479edd671ade5baf60c7f6120028e71dc2e090225d5509
|
FROM ghcr.io/element-hq/synapse:v1.143.0@sha256:a47a21d85998a452a0d6965a8fd8d05d89a90d33213020bb1e42f7a4e49b4df6
|
||||||
|
|
||||||
RUN /usr/local/bin/pip install synapse-s3-storage-provider==1.6.0
|
RUN /usr/local/bin/pip install synapse-s3-storage-provider==1.6.0
|
||||||
|
|||||||
Reference in New Issue
Block a user