From 20acea265ec68637b7c7fa722a918879fe4fbb72 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 25 Jun 2023 23:36:59 +0200 Subject: [PATCH] [bitnami/grafana] Release 9.5.5-debian-11-r1 (#38863) Signed-off-by: Bitnami Containers --- bitnami/grafana/9/debian-11/Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bitnami/grafana/9/debian-11/Dockerfile b/bitnami/grafana/9/debian-11/Dockerfile index f7804c60624f..da98bc603dd9 100644 --- a/bitnami/grafana/9/debian-11/Dockerfile +++ b/bitnami/grafana/9/debian-11/Dockerfile @@ -1,12 +1,15 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-06-22T20:40:33Z" \ + org.opencontainers.image.created="2023-06-25T21:15:27Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="9.5.5-debian-11-r0" \ + org.opencontainers.image.ref.name="9.5.5-debian-11-r1" \ org.opencontainers.image.title="grafana" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="9.5.5"