We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd6c82 commit 428e59fCopy full SHA for 428e59f
1 file changed
.devcontainer/scripts/setup-lab.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
echo "Setting up Docker lab environment..."
3
docker pull redis:6-alpine
4
-docker pull python:3.11-slim
+docker pull python:3.12-slim
5
docker run --restart=always -d --name redis -p 6379:6379 -v redis:/data redis:6-alpine
6
echo "Setup complete"
0 commit comments