Skip to content

Commit d041098

Browse files
committed
Update dependencies for Docker, poetry and trunk.
1 parent bb841f1 commit d041098

File tree

5 files changed

+16
-85
lines changed

5 files changed

+16
-85
lines changed

.trunk/trunk.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 0.1
22
cli:
3-
version: 1.22.9
3+
version: 1.22.10
44
plugins:
55
sources:
66
- id: trunk
@@ -16,11 +16,11 @@ lint:
1616
1717
1818
19-
19+
2020
2121
22-
23-
22+
23+
2424
2525
2626

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV POETRY_VIRTUALENVS_CREATE=false
2424
ENV POETRY_NO_INTERACTION=1
2525

2626
# Install runtime dependencies using Poetry
27-
RUN poetry install --no-dev --no-root
27+
RUN poetry install --only main --no-root
2828

2929
# Copy the rest of the project files into the working directory
3030
COPY . /code/

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
python = "latest"

0 commit comments

Comments
 (0)