We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476bef6 commit 76aca66Copy full SHA for 76aca66
.devcontainer/Dockerfile
@@ -3,7 +3,7 @@
3
# syntax=docker/dockerfile:1.4
4
5
# Use single-stage build with Python 3.12 (fallback to stable base)
6
-FROM mcr.microsoft.com/devcontainers/python:0-3.12-bookworm
+FROM mcr.microsoft.com/devcontainers/python:3.12-bookworm
7
8
# Set build arguments
9
ARG PYTHON_VERSION=3.12
0 commit comments