Skip to content

Commit eb93b77

Browse files
Update to latest version tags
1 parent 6015452 commit eb93b77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/python312/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
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
99
ARG PYTHON_VERSION=3.12

.devcontainer/python313/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.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
99
ARG PYTHON_VERSION=3.13

.devcontainer/python314/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.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
99
ARG PYTHON_VERSION=3.14

0 commit comments

Comments
 (0)