Skip to content

Commit

Permalink
Stick element-web version to v1.11.57 until element-hq/element-web#27165
Browse files Browse the repository at this point in the history
 was fixed
  • Loading branch information
fnwbr committed Mar 13, 2024
1 parent 00821ad commit 919f284
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.example.websecure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ services:
# ------------------------------------------------------

element:
image: vectorim/element-web:latest
image: vectorim/element-web:v1.11.57
container_name: element
restart: unless-stopped
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ services:
# ------------------------------------------------------

element:
image: vectorim/element-web:latest
image: vectorim/element-web:v1.11.57
container_name: element
restart: unless-stopped
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-include.medienhaus-spaces.websecure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- ./config/medienhaus-spaces.config.js:/app/config.js:ro

element-medienhaus-spaces:
image: vectorim/element-web:latest
image: vectorim/element-web:v1.11.57
container_name: element-medienhaus-spaces
restart: unless-stopped
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-include.medienhaus-spaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- medienhaus-spaces--.next:/app/.next:rw

element-medienhaus-spaces:
image: vectorim/element-web:latest
image: vectorim/element-web:v1.11.57
container_name: element-medienhaus-spaces
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit 919f284

Please sign in to comment.