File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55FROM docker.io/python as python-build-stage
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
66FROM docker.io/python as python-build-stage
You can’t perform that action at this time.
0 commit comments