Skip to content

Commit f7d8609

Browse files
Garandorclaude
andcommitted
fix: correct dstack-ingress image digest (CPL-152)
Use the digest from the official dstack-ingress v1.4 release: https://github.com/Dstack-TEE/dstack-examples/releases/tag/dstack-ingress-v1.4 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cd141f4 commit f7d8609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.phala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ services:
9999
# Obtains a Let's Encrypt cert for DOMAIN via DNS-01 (Route 53), then
100100
# reverse-proxies HTTPS :443 → lit-api-server :8000.
101101
dstack-ingress:
102-
image: dstacktee/dstack-ingress:1.4@sha256:11c0481ca2e3566f514a1c8a2cc69af1e0bb9dab2e4ea49b469c81ec8e7c5c72
102+
image: dstacktee/dstack-ingress:1.4@sha256:11c0481ca1e2ef9c959187ff3c01c7f59c26d631c7717a571ad994b96203bb0b
103103
ports:
104104
- "443:443"
105105
environment:

0 commit comments

Comments
 (0)