From 7bb20a5bc1a6c30ba7c8f10a3415cbcbc4be775c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 11 Jan 2026 08:51:46 +0100 Subject: [PATCH] [bitnami/grafana-k6] Release 1.5.0-debian-12-r1 (#89486) Signed-off-by: Bitnami Bot --- bitnami/grafana-k6/1/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/grafana-k6/1/debian-12/Dockerfile b/bitnami/grafana-k6/1/debian-12/Dockerfile index 66e606683b11..d7b9f2392f84 100644 --- a/bitnami/grafana-k6/1/debian-12/Dockerfile +++ b/bitnami/grafana-k6/1/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-05T20:37:18Z" \ + org.opencontainers.image.created="2026-01-11T07:38:00Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/grafana-k6/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-k6" \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.5.0" \ BITNAMI_APP_NAME="grafana-k6" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/grafana-k6/bin:/opt/bitnami/common/bin:$PATH" USER 1001