We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790823b commit 4f5e8deCopy full SHA for 4f5e8de
Makefile
@@ -4,7 +4,7 @@ PLATFORM ?= linux/amd64
4
VENV_DIR ?= .venv
5
POETRY_VENV_DIR ?= .venv-poetry
6
POETRY ?= $(POETRY_VENV_DIR)/bin/poetry
7
-POETRY_VERSION ?= 2.2.1
+POETRY_VERSION ?= 2.1.1 # Matching the version installed in Dockerfile
8
ARGS ?=
9
10
.PHONY: all init_env install build serve clean lint format test integration_tests docker_build docker_run
0 commit comments