You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Riot Web version 1.3.0
Docker image from https://hub.docker.com/r/vectorim/riot-web does not contain /app/version file which contains Riot Web version which is displayed in UI under Settings -> Help & About.
Steps to reproduce
run these: docker run -dit --rm --name riot-web -p 8080:80 ![Riot](https://user-images.githubusercontent.com/12268397/61966083-727c7080-afda-11e9-9db6-b3bb76505bfd.png) vectorim/riot-web:v1.3.0 docker exec -it riot-web sh ls -la /app
There's no file named version, but it should be there and contain 1.3.0
Version information
1.3.0
However /app/version file is present in downloadable zip version under releases. For example https://github.com/vector-im/riot-web/releases/download/v1.3.0/riot-v1.3.0.tar.gz
The text was updated successfully, but these errors were encountered:
Description
Riot Web version 1.3.0
Docker image from https://hub.docker.com/r/vectorim/riot-web does not contain /app/version file which contains Riot Web version which is displayed in UI under
Settings -> Help & About
.Steps to reproduce
run these:
docker run -dit --rm --name riot-web -p 8080:80 ![Riot](https://user-images.githubusercontent.com/12268397/61966083-727c7080-afda-11e9-9db6-b3bb76505bfd.png) vectorim/riot-web:v1.3.0
docker exec -it riot-web sh
ls -la /app
There's no file named
version
, but it should be there and contain1.3.0
Version information
1.3.0
However
/app/version
file is present in downloadable zip version under releases. For examplehttps://github.com/vector-im/riot-web/releases/download/v1.3.0/riot-v1.3.0.tar.gz
The text was updated successfully, but these errors were encountered: