Skip to content

Commit 76aca66

Browse files
Fix image version
1 parent 476bef6 commit 76aca66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# syntax=docker/dockerfile:1.4
44

55
# Use single-stage build with Python 3.12 (fallback to stable base)
6-
FROM mcr.microsoft.com/devcontainers/python:0-3.12-bookworm
6+
FROM mcr.microsoft.com/devcontainers/python:3.12-bookworm
77

88
# Set build arguments
99
ARG PYTHON_VERSION=3.12

0 commit comments

Comments
 (0)