build(deps): bump python in /presidio-image-redactor (#1967)

Bumps python from 3.13-slim to 3.13.13-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.13.13-slim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sharon Hart <sharonh.dev@gmail.com>
This commit is contained in:
dependabot[bot]
2026-04-12 11:27:16 +03:00
committed by GitHub
parent 7f1abc51b1
commit ad754c0976
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.13-slim@sha256:f1927c75e81efd1e091dbd64b6c0ecaa5630b38635a3d1c04034ac636e1f94c8
FROM python:3.13.13-slim@sha256:2ba73a4dc380f21137fc75296abfa2add90b51fd10b609ce530b40cc097269b1
ARG NLP_CONF_FILE
ARG ANALYZER_CONF_FILE

View File

@@ -1,5 +1,5 @@
# Dockerfile
FROM python:3.13-slim@sha256:f1927c75e81efd1e091dbd64b6c0ecaa5630b38635a3d1c04034ac636e1f94c8
FROM python:3.13.13-slim@sha256:2ba73a4dc380f21137fc75296abfa2add90b51fd10b609ce530b40cc097269b1
RUN apt-get update \
&& apt-get install -y build-essential