diff --git a/bitnami/valkey/9.0/debian-12/Dockerfile b/bitnami/valkey/9.0/debian-12/Dockerfile index cd0ddd6e1f15..8a2dcff54f40 100644 --- a/bitnami/valkey/9.0/debian-12/Dockerfile +++ b/bitnami/valkey/9.0/debian-12/Dockerfile @@ -7,7 +7,7 @@ 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="2026-01-09T16:57:49Z" \ + org.opencontainers.image.created="2026-01-11T13:30:13Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/valkey/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/valkey" \ @@ -52,7 +52,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/valkey/postunpack.sh ENV APP_VERSION="9.0.1" \ BITNAMI_APP_NAME="valkey" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/valkey/bin:$PATH" EXPOSE 6379