Skip to content

Commit 8870fc9

Browse files
chore(deps): bump python
Bumps python from 3.11-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4163e4e commit 8870fc9

File tree

1 file changed

+1
-1
lines changed
  • example/job_handlers/signal-app-azure-container-job

1 file changed

+1
-1
lines changed

example/job_handlers/signal-app-azure-container-job/Dockerfile

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.14-slim
22
WORKDIR /code/src
33
ENTRYPOINT ["/code/src/init.sh"]
44
CMD ["run"]

0 commit comments

Comments
 (0)