tangled
alpha
login
or
join now
cuducos.me
/
triathlon-live-calendar
0
fork
atom
๐ Calendar file generator for triathlonlive.tv upcoming events
triathlon-live-calendar.fly.dev
0
fork
atom
overview
issues
pulls
pipelines
Updates container's base image
Eduardo Cuducos
1 month ago
7f3ca7b6
d01feebf
1/1
tests.yaml
success
1m 15s
+1
-1
1 changed file
expand all
collapse all
unified
split
Dockerfile
+1
-1
Dockerfile
···
1
1
-
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
1
1
+
FROM ghcr.io/astral-sh/uv:python3.14-trixie-slim
2
2
WORKDIR /app
3
3
COPY pyproject.toml uv.lock ./
4
4
RUN uv sync --no-install-project --frozen