Skip to content

Commit 4f5e8de

Browse files
committed
fix: revert Poetry version
1 parent 790823b commit 4f5e8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PLATFORM ?= linux/amd64
44
VENV_DIR ?= .venv
55
POETRY_VENV_DIR ?= .venv-poetry
66
POETRY ?= $(POETRY_VENV_DIR)/bin/poetry
7-
POETRY_VERSION ?= 2.2.1
7+
POETRY_VERSION ?= 2.1.1 # Matching the version installed in Dockerfile
88
ARGS ?=
99

1010
.PHONY: all init_env install build serve clean lint format test integration_tests docker_build docker_run

0 commit comments

Comments
 (0)