diff --git a/bitnami/influxdb/3/debian-12/Dockerfile b/bitnami/influxdb/3/debian-12/Dockerfile index fac29bda63e7..ed5c34be0686 100644 --- a/bitnami/influxdb/3/debian-12/Dockerfile +++ b/bitnami/influxdb/3/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-10-29T22:12:21Z" \ + org.opencontainers.image.created="2025-11-19T21:15:27Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/influxdb/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/influxdb" \ org.opencontainers.image.title="influxdb" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="3.6.0" + org.opencontainers.image.version="3.7.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,9 +28,9 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "libpython-3.12.12-0-linux-${OS_ARCH}-debian-12" \ - "influxdb-3.6.0-0-linux-${OS_ARCH}-debian-12" \ - "wait-for-port-1.0.10-3-linux-${OS_ARCH}-debian-12" \ + "libpython-3.12.12-1-linux-${OS_ARCH}-debian-12" \ + "influxdb-3.7.0-0-linux-${OS_ARCH}-debian-12" \ + "wait-for-port-1.0.10-4-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,7 +48,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/influxdb/postunpack.sh -ENV APP_VERSION="3.6.0" \ +ENV APP_VERSION="3.7.0" \ BITNAMI_APP_NAME="influxdb" \ IMAGE_REVISION="0" \ LD_LIBRARY_PATH="/opt/bitnami/python/lib:$LD_LIBRARY_PATH" \