mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-07-11 15:26:39 +02:00
feat(preflight): block cloud metadata range in target URL check (#337)
* chore(docker): pin temporal image to 1.7.0 * feat(preflight): block link-local metadata range in target URL check * style: apply biome formatting and import sorting
This commit is contained in:
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
temporal:
|
||||
image: temporalio/temporal:latest
|
||||
image: temporalio/temporal:1.7.0
|
||||
container_name: shannon-temporal
|
||||
command: ["server", "start-dev", "--db-filename", "/home/temporal/temporal.db", "--ip", "0.0.0.0"]
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user