From 9a40ac19035f722b4733264b1873ea41eb51c6d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:16:37 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- Dockerfile | 2 +- Dockerfile.production | 2 +- mock/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c8d1a9e..a404e65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim as build +FROM python:3.13-slim as build LABEL maintainer="adam.dobrawy{at}siecobywatelska.pl" WORKDIR /usr/src/app diff --git a/Dockerfile.production b/Dockerfile.production index 6a115ac..15b394e 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,4 +1,4 @@ -FROM python:3.12-slim as build +FROM python:3.13-slim as build LABEL maintainer="adam.dobrawy{at}siecobywatelska.pl" WORKDIR /usr/src/app diff --git a/mock/Dockerfile b/mock/Dockerfile index bdc0f32..c8cf1fb 100644 --- a/mock/Dockerfile +++ b/mock/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.13-slim LABEL maintainer="adam.dobrawy{at}siecobywatelska.pl" WORKDIR /usr/src/app