From 2888bc64b4c13855cd283df5a1f86f4c520e777d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:32:25 +0000 Subject: [PATCH] docker(deps): bump python from 3.14.0-slim-trixie to 3.14.2-slim-trixie Bumps python from 3.14.0-slim-trixie to 3.14.2-slim-trixie. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.2-slim-trixie dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc9371b6..57f6d3b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BORGBACKUP_VERSION=1.4.0-5 ARG RCLONE_VERSION=1.60.1+dfsg-4 ARG FUSE3_VERSION=3.17.2-3 ARG PYFUSE3_VERSION=3.4.0-3+b3 -FROM python:3.14.0-slim-trixie AS builder +FROM python:3.14.2-slim-trixie AS builder WORKDIR /app @@ -21,7 +21,7 @@ RUN pip install --upgrade pip && \ COPY src/ ./src/ -FROM python:3.14.0-slim-trixie AS test +FROM python:3.14.2-slim-trixie AS test ARG BORGBACKUP_VERSION ARG RCLONE_VERSION @@ -50,7 +50,7 @@ COPY lint.py ./ CMD ["pytest"] -FROM python:3.14.0-slim-trixie +FROM python:3.14.2-slim-trixie ARG BORGBACKUP_VERSION ARG RCLONE_VERSION