File tree Expand file tree Collapse file tree 6 files changed +994
-585
lines changed
Expand file tree Collapse file tree 6 files changed +994
-585
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/setup-python@v5
1818 id : setup-python
1919 with :
20- python-version : 3.13
20+ python-version : 3.14
2121
2222 - name : Install Poetry
2323 uses : snok/install-poetry@v1
7272 - uses : actions/setup-python@v5
7373 id : setup-python
7474 with :
75- python-version : 3.13
75+ python-version : 3.14
7676
7777 - name : Install Poetry
7878 uses : snok/install-poetry@v1
Original file line number Diff line number Diff line change 1- 3.13.3
1+ 3.14.2
Original file line number Diff line number Diff line change 11# Stage 1: Build
2- FROM python:3.13 -slim-bookworm AS builder
2+ FROM python:3.14 -slim-bookworm AS builder
33
44ENV PYTHONUNBUFFERED=1 \
55 POETRY_NO_INTERACTION=1 \
@@ -19,7 +19,7 @@ RUN apt-get update && \
1919 rm -rf $POETRY_CACHE_DIR
2020
2121# Stage 2: Runtime environment
22- FROM python:3.13 -slim-bookworm
22+ FROM python:3.14 -slim-bookworm
2323
2424ENV PYTHONUNBUFFERED=1 \
2525 VIRTUAL_ENV=/app/.venv \
Original file line number Diff line number Diff line change 11FROM danihodovic/pyinstaller-builder:latest
22
3- ARG PYTHON_VERSION=3.12
3+ ARG PYTHON_VERSION=3.14
44
55RUN pyenv install $PYTHON_VERSION && pyenv global $PYTHON_VERSION
66
You can’t perform that action at this time.
0 commit comments