Skip to content

Commit

Permalink
Update solace/solace-pubsub-standard Docker tag to v10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 11783b5 commit a5f8412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ services:
solace-server:
condition: service_healthy
entrypoint: [/bin/sh, -c, /opt/app/my_data.sh]
image: "solace/solace-pubsub-standard:${SOLACE_VERSION:-10.9}"
image: "solace/solace-pubsub-standard:${SOLACE_VERSION:-10.10}"
volumes:
- "./data/solace:/opt/app"
solace-server:
Expand All @@ -1282,7 +1282,7 @@ services:
retries: 3
test: [CMD-SHELL, curl, --output, /dev/null, --silent, --head, --fail, "http://localhost:8080"]
timeout: 5s
image: "solace/solace-pubsub-standard:${SOLACE_VERSION:-10.9}"
image: "solace/solace-pubsub-standard:${SOLACE_VERSION:-10.10}"
ports:
- "8080:8080"
- "55554:55555"
Expand Down

0 comments on commit a5f8412

Please sign in to comment.