mirror of
https://github.com/davegallant/rfd-notify.git
synced 2026-03-03 01:26:37 +00:00
Update python Docker tag to v3.14 (#436)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.13-slim-trixie AS builder
|
FROM python:3.14-slim-trixie AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY pyproject.toml poetry.lock* ./
|
COPY pyproject.toml poetry.lock* ./
|
||||||
RUN pip install --no-cache-dir poetry==2.2.1 poetry-plugin-export && \
|
RUN pip install --no-cache-dir poetry==2.2.1 poetry-plugin-export && \
|
||||||
|
|||||||
Reference in New Issue
Block a user