Merge pull request 'chore(deps): update python docker tag to v3.13.6' (#141) from renovate/python-3.x into main
Some checks failed
build / image-build (push) Has been cancelled
renovate / renovate (push) Has been cancelled

This commit was merged in pull request #141.
This commit is contained in:
2025-08-10 00:44:18 +00:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.13.5-slim-bullseye
FROM python:3.13.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,

View File

@@ -1,4 +1,4 @@
FROM python:3.13.5-slim-bullseye
FROM python:3.13.6-slim-bullseye
# COPY will place the files inside this directory
WORKDIR /usr/src/app

View File

@@ -1,4 +1,4 @@
FROM python:3.13.5-slim-bullseye
FROM python:3.13.6-slim-bullseye
# COPY will place the files inside this directory
WORKDIR /usr/src/app

View File

@@ -1,4 +1,4 @@
FROM python:3.13.5-bullseye
FROM python:3.13.6-bullseye
# COPY will place the files inside this directory
WORKDIR /usr/src/app

View File

@@ -1,4 +1,4 @@
FROM python:3.13.5-slim-bullseye
FROM python:3.13.6-slim-bullseye
# COPY will place the files inside this directory
WORKDIR /usr/src/app