Skip to content

Commit

Permalink
Update samply/blaze Docker tag to v0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 1eaa35c commit 5c0f7e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/integration-test/basic-auth/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
data-store:
image: "samply/blaze:0.29"
image: "samply/blaze:0.30"
healthcheck:
test: ["CMD-SHELL", "curl --fail -s http://localhost:8080/health"]
interval: "5s"
Expand Down
2 changes: 1 addition & 1 deletion .github/integration-test/no-auth/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
data-store:
image: "samply/blaze:0.29"
image: "samply/blaze:0.30"
healthcheck:
test: ["CMD-SHELL", "curl --fail -s http://localhost:8080/health"]
interval: "5s"
Expand Down
2 changes: 1 addition & 1 deletion .github/integration-test/oauth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
keycloak:
condition: service_healthy
data-store:
image: "samply/blaze:0.29"
image: "samply/blaze:0.30"
healthcheck:
test: ["CMD-SHELL", "curl --fail -s http://localhost:8080/health"]
interval: "5s"
Expand Down

0 comments on commit 5c0f7e0

Please sign in to comment.