Skip to content

Commit 8696e78

Browse files
chore: bump docker
1 parent 46775f8 commit 8696e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY pyproject.toml .
2424
COPY . .
2525

2626
# Install dependencies using uv
27-
RUN uv sync
27+
RUN uv sync --extra all --prerelease=allow
2828

2929
# Environment variables that can be passed
3030
ENV WALLET_NAME=""

0 commit comments

Comments
 (0)