diff --git a/bitnami/airflow-scheduler/2/debian-10/Dockerfile b/bitnami/airflow-scheduler/2/debian-10/Dockerfile index 9749e2930601..2245fb4d8d77 100644 --- a/bitnami/airflow-scheduler/2/debian-10/Dockerfile +++ b/bitnami/airflow-scheduler/2/debian-10/Dockerfile @@ -16,7 +16,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "10.21.0-0" --checksum d5820263d74b7847f65a05b513f1e1ab196128cd9e3dff1b90a2063276667982 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-0" --checksum 2c9ca79a0586a4ec64c66aceda27ebab1ea877dc63982203b5eb71150e00a5e9 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.36.1-0" --checksum e00f740b66faf2808cb8983a39b186d43a8367730512c402df78751a9cefbfc1 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow-scheduler" "2.3.0-2" --checksum 713dcbca214147b7e47fc6f03407f5bb3ab47be403a5ef15f95d108686527b9c +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow-scheduler" "2.3.1-0" --checksum a6b54e4b0ca8ff53d7930e083357bbf315801e16e84fd468e73db0176ca43e75 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami @@ -24,7 +24,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/airflow-scheduler/postunpack.sh ENV AIRFLOW_HOME="/opt/bitnami/airflow" \ - APP_VERSION="2.3.0" \ + APP_VERSION="2.3.1" \ BITNAMI_APP_NAME="airflow-scheduler" \ LD_LIBRARY_PATH="/opt/bitnami/python/lib/:/opt/bitnami/airflow/venv/lib/python3.8/site-packages/numpy.libs/:$LD_LIBRARY_PATH" \ LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \ diff --git a/bitnami/airflow-scheduler/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/airflow-scheduler/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index d53288122127..fd2c9c02439a 100644 --- a/bitnami/airflow-scheduler/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/airflow-scheduler/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "airflow-scheduler": { "arch": "amd64", - "digest": "713dcbca214147b7e47fc6f03407f5bb3ab47be403a5ef15f95d108686527b9c", + "digest": "a6b54e4b0ca8ff53d7930e083357bbf315801e16e84fd468e73db0176ca43e75", "distro": "debian-10", "type": "NAMI", - "version": "2.3.0-2" + "version": "2.3.1-0" }, "git": { "arch": "amd64", diff --git a/bitnami/airflow-scheduler/README.md b/bitnami/airflow-scheduler/README.md index 6d72ad4c541b..5f8662293c2b 100644 --- a/bitnami/airflow-scheduler/README.md +++ b/bitnami/airflow-scheduler/README.md @@ -33,7 +33,7 @@ You can find the default credentials and available configuration options in the Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`2`, `2-debian-10`, `2.3.0`, `2.3.0-debian-10-r22`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/2.3.0-debian-10-r22/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.3.1`, `2.3.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/2.3.1-debian-10-r0/2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-scheduler).