Skip to content

Commit

Permalink
uv version bump 0.2.27 (#40927)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirrao authored Jul 22, 2024
1 parent 8c38a36 commit 05c39b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ARG AIRFLOW_VERSION="2.9.3"
ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"

ARG AIRFLOW_PIP_VERSION=24.1.2
ARG AIRFLOW_UV_VERSION=0.2.22
ARG AIRFLOW_UV_VERSION=0.2.27
ARG AIRFLOW_USE_UV="false"
ARG UV_HTTP_TIMEOUT="300"
ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ ARG AIRFLOW_VERSION=""
ARG ADDITIONAL_PIP_INSTALL_FLAGS=""

ARG AIRFLOW_PIP_VERSION=24.1.2
ARG AIRFLOW_UV_VERSION=0.2.22
ARG AIRFLOW_UV_VERSION=0.2.27
ARG AIRFLOW_USE_UV="true"

ENV AIRFLOW_REPO=${AIRFLOW_REPO}\
Expand Down

0 comments on commit 05c39b4

Please sign in to comment.