diff --git a/bitnami/prometheus-rsocket-proxy/1/debian-11/Dockerfile b/bitnami/prometheus-rsocket-proxy/1/debian-11/Dockerfile index cd34043e6f10..79171136d076 100644 --- a/bitnami/prometheus-rsocket-proxy/1/debian-11/Dockerfile +++ b/bitnami/prometheus-rsocket-proxy/1/debian-11/Dockerfile @@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-03-28T04:17:54Z" \ + org.opencontainers.image.created="2023-04-01T13:24:54Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.5.0-debian-11-r73" \ + org.opencontainers.image.ref.name="1.5.0-debian-11-r74" \ org.opencontainers.image.title="prometheus-rsocket-proxy" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="1.5.0" @@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl libgcc-s1 procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "java-1.8.362-3-linux-${OS_ARCH}-debian-11" \ - "prometheus-rsocket-proxy-1.5.0-6-linux-${OS_ARCH}-debian-11" \ + "java-1.8.362-4-linux-${OS_ARCH}-debian-11" \ + "prometheus-rsocket-proxy-1.5.0-8-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/prometheus-rsocket-proxy/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/prometheus-rsocket-proxy/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 5df31926a3df..fc822fc07818 100644 --- a/bitnami/prometheus-rsocket-proxy/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/prometheus-rsocket-proxy/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,12 +3,12 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "1.8.362-3" + "version": "1.8.362-4" }, "prometheus-rsocket-proxy": { "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "1.5.0-6" + "version": "1.5.0-8" } } \ No newline at end of file