From 5c48b3a6c949401a3871a4c3d95ad496f66f103b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Feb 2024 20:16:57 +0000 Subject: [PATCH] Update python Docker tag to v3.12.2 --- 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 756c81e..5ae5e4d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.9-slim-bullseye +FROM python:3.12.2-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 82cada5..d53794d 100755 --- a/Dockerfile.python:3.7.16-slim-bullseye +++ b/Dockerfile.python:3.7.16-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.7.16-slim-bullseye +FROM python:3.12.2-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 09e5fc7..d53794d 100755 --- a/Dockerfile.python:3.8.16-slim-bullseye +++ b/Dockerfile.python:3.8.16-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.8.16-slim-bullseye +FROM python:3.12.2-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 3702ce5..6c1a98b 100755 --- a/Dockerfile.python:3.9.9-bullseye +++ b/Dockerfile.python:3.9.9-bullseye @@ -1,4 +1,4 @@ -FROM python:3.9.9-bullseye +FROM python:3.12.2-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 b14f990..2a36837 100755 --- a/Dockerfile.python:3.9.9-slim-bullseye +++ b/Dockerfile.python:3.9.9-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.9.9-slim-bullseye +FROM python:3.12.2-slim-bullseye # COPY will place the files inside this directory WORKDIR /usr/src/app -- 2.49.1