Skip to content

Commit

Permalink
[devcontainer] Use Rust image
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Aug 24, 2023
1 parent e4349c5 commit 1e565e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
user: noel
command: sleep infinity
depends_on: [postgres, redis]
image: ghcr.io/charted-dev/devcontainer:latest
image: ghcr.io/auguwu/coder-images/rust
volumes:
- ..:/workspaces/charted:cached
redis:
Expand Down

0 comments on commit 1e565e0

Please sign in to comment.