ephraimbuddy commented on code in PR #35150: URL: https://github.com/apache/airflow/pull/35150#discussion_r1369965114
########## Dockerfile: ########## @@ -48,7 +48,7 @@ ARG AIRFLOW_VERSION="2.7.2" ARG PYTHON_BASE_IMAGE="python:3.8-slim-bullseye" -ARG AIRFLOW_PIP_VERSION=23.3 +ARG AIRFLOW_PIP_VERSION=23.3.1 Review Comment: Should we use `~=23.3.1` so it will automatically update to the next patch when building the image -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
