mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-23 11:20:55 -05:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user