mirror of
https://github.com/batonogov/learn-devops.git
synced 2026-02-15 18:50:22 +00:00
uv 0.5.14 (#33)
* uv 0.5.14 * Update requirements --------- Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
committed by
GitHub
parent
bb857c43c2
commit
0c4f496270
@@ -21,7 +21,7 @@ RUN addgroup --system ${GROUPNAME} \
|
||||
WORKDIR ${WORKDIR_PATH}
|
||||
|
||||
# Копируем uv чрезвычайно быстрый менеджер пакетов и проектов Python
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /uvx /bin/
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.5.14 /uv /uvx /bin/
|
||||
|
||||
# Создаем виртуальное окружение и настраиваем PATH
|
||||
RUN uv venv ${VENV_PATH}
|
||||
|
||||
Reference in New Issue
Block a user