Skip to content

Commit 818515c

Browse files
Correct source image
1 parent 9bca710 commit 818515c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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:1-3.14-bookworm
6+
FROM mcr.microsoft.com/devcontainers/python:3-3.14-bookworm
77

88
# Set build arguments
99
ARG PYTHON_VERSION=3.14

0 commit comments

Comments
 (0)