Update python Docker tag to v3.12.2 #10

Merged
marco merged 1 commits from renovate/python-3.x into main 2024-03-03 06:57:36 +00:00
5 changed files with 5 additions and 5 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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