Skip to content

Commit

Permalink
fix(devcontainer): use correct build
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Nov 17, 2023
1 parent 233ed72 commit dd74df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "shakefu/home",
// Not used while we have a build spec
// "image": "mcr.microsoft.com/devcontainers/universal:latest"
"image": "shakefu/home:build-6752584781.21.1",
"image": "shakefu/home:build-6909284059.32.1",

// Mounting in the host docker socket for docker-in-docker
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
Expand Down

0 comments on commit dd74df3

Please sign in to comment.