Skip to content

Commit d22f21b

Browse files
authored
Bump python from 3.12.5-slim to 3.12.9-slim (#872)
This supersedes an internal PR opened by dependabot.. FYI: @DamianEdwards
1 parent dc696fc commit d22f21b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/AspireWithPython/InstrumentedPythonProject

samples/AspireWithPython/InstrumentedPythonProject/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.5-slim AS base
1+
FROM python:3.12.9-slim AS base
22

33
# Set the working directory, the app files could be bind-mounted here
44
WORKDIR /app
@@ -23,4 +23,4 @@ CMD []
2323

2424
FROM base AS publish
2525

26-
COPY . .
26+
COPY . .

0 commit comments

Comments
 (0)