Skip to content

Commit 96dbf53

Browse files
chore(deps): update docker.io/python docker tag
1 parent b949012 commit 96dbf53

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

compose/local/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# define an alias for the specific python version used in this file.
2-
FROM docker.io/python:3.11-slim-bookworm as python
2+
FROM docker.io/python:3.14-slim-bookworm as python
33

44
# Python build stage
55
FROM docker.io/python as python-build-stage

compose/local/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# define an alias for the specific python version used in this file.
2-
FROM docker.io/python:3.11-slim-bookworm as python
2+
FROM docker.io/python:3.14-slim-bookworm as python
33

44

55
# Python build stage

compose/production/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# define an alias for the specific python version used in this file.
3-
FROM docker.io/python:3.11.8-slim-bookworm as python
3+
FROM docker.io/python:3.14.2-slim-bookworm as python
44

55
# Python build stage
66
FROM docker.io/python as python-build-stage

0 commit comments

Comments
 (0)