Skip to content

Commit 462179a

Browse files
committed
fix Docker image version
1 parent 2896e43 commit 462179a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hip-3-pusher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a Python image with uv pre-installed
2-
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
2+
FROM ghcr.io/astral-sh/uv:python3.13-trixie-slim
33

44
# Install the project into `/app`
55
WORKDIR /app

0 commit comments

Comments
 (0)