Update python Docker tag to v3.12.5
build / image-build (push) Failing after 2s
renovate / renovate (push) Failing after 2s

This commit was merged in pull request #27.
This commit is contained in:
Renovate Bot
2024-08-11 00:14:50 +00:00
parent 0dacb20bf1
commit 2ea98278eb
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.12.5-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,
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.12.5-slim-bullseye
# COPY will place the files inside this directory
WORKDIR /usr/src/app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.12.5-slim-bullseye
# COPY will place the files inside this directory
WORKDIR /usr/src/app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.12.4-bullseye
FROM python:3.12.5-bullseye
# COPY will place the files inside this directory
WORKDIR /usr/src/app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.12.5-slim-bullseye
# COPY will place the files inside this directory
WORKDIR /usr/src/app