From 9603832009b4d0e752e7db0404df9efb076f2fd9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 Sep 2024 00:28:53 +0000 Subject: [PATCH] Update python Docker tag to v3.12.6 --- 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 81b72c6..8841d5f 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim-bullseye +FROM python:3.12.6-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 ca36bfc..72a7773 100755 --- a/Dockerfile.python:3.7.16-slim-bullseye +++ b/Dockerfile.python:3.7.16-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim-bullseye +FROM python:3.12.6-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 ca36bfc..72a7773 100755 --- a/Dockerfile.python:3.8.16-slim-bullseye +++ b/Dockerfile.python:3.8.16-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim-bullseye +FROM python:3.12.6-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 d5a7c01..3b9fd69 100755 --- a/Dockerfile.python:3.9.9-bullseye +++ b/Dockerfile.python:3.9.9-bullseye @@ -1,4 +1,4 @@ -FROM python:3.12.5-bullseye +FROM python:3.12.6-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 ca36bfc..72a7773 100755 --- a/Dockerfile.python:3.9.9-slim-bullseye +++ b/Dockerfile.python:3.9.9-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim-bullseye +FROM python:3.12.6-slim-bullseye # COPY will place the files inside this directory WORKDIR /usr/src/app -- 2.49.1