Skip to content

Commit

Permalink
Upgrade to latest pip and uv version (apache#40463)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored and romsharon98 committed Jul 26, 2024
1 parent fa2a8f5 commit 3957f84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ ARG AIRFLOW_VERSION="2.9.2"

ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"

ARG AIRFLOW_PIP_VERSION=24.1
ARG AIRFLOW_UV_VERSION=0.2.15
ARG AIRFLOW_PIP_VERSION=24.1.1
ARG AIRFLOW_UV_VERSION=0.2.17
ARG AIRFLOW_USE_UV="false"
ARG UV_HTTP_TIMEOUT="300"
ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow"
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -1267,8 +1267,8 @@ ARG DEFAULT_CONSTRAINTS_BRANCH="constraints-main"
# It can also be overwritten manually by setting the AIRFLOW_CI_BUILD_EPOCH environment variable.
ARG AIRFLOW_CI_BUILD_EPOCH="10"
ARG AIRFLOW_PRE_CACHED_PIP_PACKAGES="true"
ARG AIRFLOW_PIP_VERSION=24.1
ARG AIRFLOW_UV_VERSION=0.2.15
ARG AIRFLOW_PIP_VERSION=24.1.1
ARG AIRFLOW_UV_VERSION=0.2.17
ARG AIRFLOW_USE_UV="true"
# Setup PIP
# By default PIP install run without cache to make image smaller
Expand All @@ -1291,8 +1291,8 @@ ARG AIRFLOW_VERSION=""
# Additional PIP flags passed to all pip install commands except reinstalling pip itself
ARG ADDITIONAL_PIP_INSTALL_FLAGS=""

ARG AIRFLOW_PIP_VERSION=24.1
ARG AIRFLOW_UV_VERSION=0.2.15
ARG AIRFLOW_PIP_VERSION=24.1.1
ARG AIRFLOW_UV_VERSION=0.2.17
ARG AIRFLOW_USE_UV="true"

ENV AIRFLOW_REPO=${AIRFLOW_REPO}\
Expand Down

0 comments on commit 3957f84

Please sign in to comment.