Skip to content

Commit baa7f46

Browse files
chore(deps): update python docker tag
1 parent ba1afce commit baa7f46

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.12"
19+
python-version: "3.14"
2020

2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v3

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.14

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile
2-
FROM python:3.12-slim-trixie AS builder
2+
FROM python:3.14-slim-trixie AS builder
33

44
WORKDIR /app
55

@@ -13,7 +13,7 @@ COPY alembic.ini ./
1313

1414
RUN uv sync --frozen --no-dev --no-install-project
1515

16-
FROM python:3.12-slim-trixie AS runtime
16+
FROM python:3.14-slim-trixie AS runtime
1717

1818
WORKDIR /app
1919

Dockerfile.migrate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-trixie
1+
FROM python:3.14-slim-trixie
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)