Skip to content

Commit 5013a85

Browse files
authored
Update Python base image version in Dockerfile
1 parent 7d88091 commit 5013a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/AspireWithPython/InstrumentedPythonProject

samples/AspireWithPython/InstrumentedPythonProject/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.9-slim AS base
1+
FROM python:3.12.11-slim AS base
22

33
# Set the working directory, the app files could be bind-mounted here
44
WORKDIR /app

0 commit comments

Comments
 (0)