Skip to content

Commit ae93fc9

Browse files
authored
Update Python base image version in Dockerfile (#1023)
1 parent 57a5f5e commit ae93fc9

File tree

1 file changed

+1
-1
lines changed
  • samples/AspireWithPython/InstrumentedPythonProject

1 file changed

+1
-1
lines changed

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)