Skip to content

Commit b404ba8

Browse files
authored
Merge pull request #49 from plever/patch-1
Update docker-compose.yaml
2 parents 2e9fb56 + 5ad1c31 commit b404ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
dockerfile: .devcontainer/Dockerfile
88
args:
99
- PY_VER=${PY_VER:-3.11}
10-
- DISTRO=${DISTRO:-buster}
10+
- DISTRO=${DISTRO:-bullseye}
1111
image: datajoint/datajoint_tutorials:latest
1212
volumes:
1313
- ..:/workspaces:cached
@@ -16,4 +16,4 @@ services:
1616
# Overrides default command so things don't shut down after the process ends.
1717
command: /bin/sh -c "while sleep 1000; do :; done"
1818
volumes:
19-
docker_data:
19+
docker_data:

0 commit comments

Comments
 (0)