Skip to content

Commit 4fa8c42

Browse files
authored
Merge pull request #1 from starling-cloud/dependabot/docker/dot-devcontainer/main/python-3.13-slim
dependabot-devcontainer: bump python from 3.12-slim to 3.13-slim in /.devcontainer
2 parents c95921b + 242d22c commit 4fa8c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Python runtime as a parent image
2-
FROM python:3.12-slim
2+
FROM python:3.13-slim
33

44
# Set the working directory in the container
55
WORKDIR /app

0 commit comments

Comments
 (0)