Skip to content

Commit 428e59f

Browse files
committed
Updated lab tio Python 3.12
1 parent 8bd6c82 commit 428e59f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/scripts/setup-lab.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
echo "Setting up Docker lab environment..."
33
docker pull redis:6-alpine
4-
docker pull python:3.11-slim
4+
docker pull python:3.12-slim
55
docker run --restart=always -d --name redis -p 6379:6379 -v redis:/data redis:6-alpine
66
echo "Setup complete"

0 commit comments

Comments
 (0)