Skip to content

Commit e5f58a6

Browse files
committed
Update synapse v1.46.0
1 parent 6a4647b commit e5f58a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM matrixdotorg/synapse:v1.45.1 as builder
1+
FROM matrixdotorg/synapse:v1.46.0 as builder
22
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
33
RUN pip install --prefix="/install" --no-warn-script-location git+https://github.com/matrix-org/synapse-s3-storage-provider.git
44

5-
FROM matrixdotorg/synapse:v1.45.1
5+
FROM matrixdotorg/synapse:v1.46.0
66
COPY --from=builder /install /usr/local

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Synapse with S3 in a docker image
22

33
```
4-
docker build -t tril/matrixdotorg-synapse-s3:v1.45.1 .
5-
docker push tril/matrixdotorg-synapse-s3:v1.45.1
4+
docker build -t tril/matrixdotorg-synapse-s3:v1.46.0 .
5+
docker push tril/matrixdotorg-synapse-s3:v1.46.0
66
```
77

0 commit comments

Comments
 (0)