Skip to content

Commit

Permalink
Fix docker service image url for sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve authored Feb 8, 2025
1 parent 49ec3e5 commit 01eb100
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 @@ -4,8 +4,8 @@ services:
build:
context: cobalt/docker/linux
cache_from:
- ghcr.io/youtube/cobalt/linux:latest
image: ghcr.io/youtube/cobalt/linux:latest
- ghcr.io/youtube/cobalt_sandbox/linux:latest
image: ghcr.io/youtube/cobalt_sandbox/linux:latest
platform: linux/amd64
environment:
- DEPOT_TOOLS_UPDATE=0

0 comments on commit 01eb100

Please sign in to comment.