Skip to content

Commit 54f3f58

Browse files
authored
[bitnami/airflow] Release 3.1.8-debian-12-r1 (#91690)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent e180e52 commit 54f3f58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bitnami/airflow/3/debian-12/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2026-03-16T20:57:55Z" \
10+
org.opencontainers.image.created="2026-03-17T13:31:02Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/airflow/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/airflow" \
@@ -32,7 +32,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
3232
"ini-file-1.4.9-8-linux-${OS_ARCH}-debian-12" \
3333
"wait-for-port-1.0.10-8-linux-${OS_ARCH}-debian-12" \
3434
"mariadb-lib-12.2.2-2-linux-${OS_ARCH}-debian-12" \
35-
"airflow-3.1.8-0-linux-${OS_ARCH}-debian-12" \
35+
"airflow-3.1.8-1-linux-${OS_ARCH}-debian-12" \
3636
"python-3.12.13-2-linux-${OS_ARCH}-debian-12" \
3737
) ; \
3838
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -60,7 +60,7 @@ RUN /opt/bitnami/scripts/airflow/postunpack.sh
6060
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
6161
APP_VERSION="3.1.8" \
6262
BITNAMI_APP_NAME="airflow" \
63-
IMAGE_REVISION="0" \
63+
IMAGE_REVISION="1" \
6464
LANG="en_US.UTF-8" \
6565
LANGUAGE="en_US:en" \
6666
LD_LIBRARY_PATH="/opt/bitnami/mariadb/lib:$LD_LIBRARY_PATH" \

0 commit comments

Comments
 (0)