Skip to main content

Upgrade Pomerium

This page shows you how to upgrade your cluster to use the latest version of Pomerium. Refer to the steps below for your deployment environment.

How to upgrade Pomerium

To update Pomerium in Docker:

  1. In your compose.yaml file, update the Pomerium image tag to specify the latest tagged release:
pomerium:
image: pomerium/pomerium:vX.Y.Z
  1. Run the following command:
$ docker compose up -d

Docker should automatically pull the new image of Pomerium before running the container. If for some reason Docker doesn't pull the image, you can manually run:

$ docker pull pomerium/pomerium:vX.Y.Z