Skip to content

Commit 7b76ee5

Browse files
committed
chore: bump default python in base image 3.12 -> 3.13
1 parent 780e963 commit 7b76ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG PYTHON_VERSION="3.12"
2+
ARG PYTHON_VERSION="3.13"
33
FROM mcr.microsoft.com/devcontainers/python:${PYTHON_VERSION}
44

55
LABEL org.opencontainers.image.authors="Ryan Boehning <1250684+ryboe@users.noreply.github.com>"

0 commit comments

Comments
 (0)