From 03d6940f29e58a6c5c7c7876b34f1e9accdaaef2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 Dec 2024 00:40:15 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.1 --- Dockerfile | 2 +- Dockerfile.python:3.7.16-slim-bullseye | 2 +- Dockerfile.python:3.8.16-slim-bullseye | 2 +- Dockerfile.python:3.9.9-bullseye | 2 +- Dockerfile.python:3.9.9-slim-bullseye | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9804e6d..2c4f851 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0-slim-bullseye +FROM python:3.13.1-slim-bullseye #FROM python:3.9.9-bullseye # Build the image also using the other FROM line, the difference is in the content and size of the image, diff --git a/Dockerfile.python:3.7.16-slim-bullseye b/Dockerfile.python:3.7.16-slim-bullseye index 21f6160..2782805 100755 --- a/Dockerfile.python:3.7.16-slim-bullseye +++ b/Dockerfile.python:3.7.16-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.13.0-slim-bullseye +FROM python:3.13.1-slim-bullseye # COPY will place the files inside this directory WORKDIR /usr/src/app diff --git a/Dockerfile.python:3.8.16-slim-bullseye b/Dockerfile.python:3.8.16-slim-bullseye index 21f6160..2782805 100755 --- a/Dockerfile.python:3.8.16-slim-bullseye +++ b/Dockerfile.python:3.8.16-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.13.0-slim-bullseye +FROM python:3.13.1-slim-bullseye # COPY will place the files inside this directory WORKDIR /usr/src/app diff --git a/Dockerfile.python:3.9.9-bullseye b/Dockerfile.python:3.9.9-bullseye index 91202f5..d6bb2ec 100755 --- a/Dockerfile.python:3.9.9-bullseye +++ b/Dockerfile.python:3.9.9-bullseye @@ -1,4 +1,4 @@ -FROM python:3.13.0-bullseye +FROM python:3.13.1-bullseye # COPY will place the files inside this directory WORKDIR /usr/src/app diff --git a/Dockerfile.python:3.9.9-slim-bullseye b/Dockerfile.python:3.9.9-slim-bullseye index 21f6160..2782805 100755 --- a/Dockerfile.python:3.9.9-slim-bullseye +++ b/Dockerfile.python:3.9.9-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.13.0-slim-bullseye +FROM python:3.13.1-slim-bullseye # COPY will place the files inside this directory WORKDIR /usr/src/app -- 2.49.1