From 44680099cacf97533842f71b4f74bcb87eff85e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:23:04 +0000 Subject: [PATCH] Bump python from 3.13.1-alpine to 3.13.2-alpine Bumps python from 3.13.1-alpine to 3.13.2-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1e927d3..a79bb770 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.1-slim AS builder +FROM python:3.13.2-slim AS builder WORKDIR /app ADD pyproject.toml poetry.lock ./ @@ -9,7 +9,7 @@ RUN poetry self add poetry-plugin-export # Test comment RUN poetry export --extras duplicity --output /app/requirements.txt -FROM python:3.13.1-alpine AS base +FROM python:3.13.2-alpine AS base ENV CRONTAB_15MIN='*/15 * * * *' \ CRONTAB_HOURLY='0 * * * *' \