Skip to content

Commit

Permalink
Update devcontainer docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Nov 21, 2023
1 parent 5cfefe5 commit 813e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devcontainer
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workdir="/workspaces/${workspace}"

container="dev-${workspace}"
port="127.0.0.1:9123:8123"
image="ghcr.io/ludeeus/devcontainer/integration:stable"
image="python:3.11-slim-bookworm"
volume="${ROOT}:${workdir}"

cmd="menu"
Expand Down

0 comments on commit 813e74f

Please sign in to comment.