Skip to content

Commit 551d042

Browse files
committed
Upgraded to Python 3.12
1 parent 7455f30 commit 551d042

2 files changed

Lines changed: 2 additions & 2 deletions

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"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.12-slim
22

33
# Create working folder and install dependencies
44
WORKDIR /app

0 commit comments

Comments
 (0)