Updating Cyberismo

Card key

docs_19

Status

Draft

Card type

base/cardTypes/page

Labels

Owner

N/A

Information classification

public

Docker image from Docker Hub

The latest image version can be pulled with the following command:

$ docker pull cyberismo/cyberismo:latest

Or with podman

$ podman pull docker.io/cyberismo/cyberismo:latest

Local installation

To update an existing installation of Cyberismo, pull the latest changes from the upstream repository and rebuild the software:

$ cd cyberismo
$ git pull
$ pnpm install
$ pnpm build

You now have the latest version of Cyberismo from the upstream repository.