File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33# syntax=docker/dockerfile:1.4
44
55# Use single-stage build with Python 3.12
6- FROM mcr.microsoft.com/devcontainers/python:1- 3.12-bookworm
6+ FROM mcr.microsoft.com/devcontainers/python:3.12-bookworm
77
88# Set build arguments
99ARG PYTHON_VERSION=3.12
Original file line number Diff line number Diff line change 33# syntax=docker/dockerfile:1.4
44
55# Use single-stage build with Python 3.13
6- FROM mcr.microsoft.com/devcontainers/python:1- 3.13-bookworm
6+ FROM mcr.microsoft.com/devcontainers/python:3.13-bookworm
77
88# Set build arguments
99ARG PYTHON_VERSION=3.13
Original file line number Diff line number Diff line change 33# syntax=docker/dockerfile:1.4
44
55# Use single-stage build with Python 3.14
6- FROM mcr.microsoft.com/devcontainers/python:3-3 .14-bookworm
6+ FROM mcr.microsoft.com/devcontainers/python:3.14-bookworm
77
88# Set build arguments
99ARG PYTHON_VERSION=3.14
You can’t perform that action at this time.
0 commit comments