Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Update Jellyfish version in e2e tests to 0.5.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stasiak committed May 13, 2024
1 parent be5e713 commit 173a58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
jellyfish:
image: "ghcr.io/jellyfish-dev/jellyfish:${JELLYFISH_VERSION:-0.4.2}"
image: "ghcr.io/jellyfish-dev/jellyfish:${JELLYFISH_VERSION:-0.5.0-rc0}"
container_name: jellyfish
restart: on-failure
healthcheck:
Expand Down

0 comments on commit 173a58a

Please sign in to comment.