diff --git a/bitnami/consul/1/debian-11/Dockerfile b/bitnami/consul/1/debian-11/Dockerfile index d41043a608bc..68893f469491 100644 --- a/bitnami/consul/1/debian-11/Dockerfile +++ b/bitnami/consul/1/debian-11/Dockerfile @@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-05-30T15:34:53Z" \ + org.opencontainers.image.created="2023-06-02T01:10:40Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.15.2-debian-11-r20" \ + org.opencontainers.image.ref.name="1.15.3-debian-11-r0" \ org.opencontainers.image.title="consul" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="1.15.2" + org.opencontainers.image.version="1.15.3" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl iproute2 procps zlib1g-dev RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ "render-template-1.0.5-6-linux-${OS_ARCH}-debian-11" \ - "consul-1.15.2-1-linux-${OS_ARCH}-debian-11" \ + "consul-1.15.3-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -41,7 +41,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/consul/postunpack.sh -ENV APP_VERSION="1.15.2" \ +ENV APP_VERSION="1.15.3" \ BITNAMI_APP_NAME="consul" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH" diff --git a/bitnami/consul/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/consul/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index aa964e2929e6..1c72330b5445 100644 --- a/bitnami/consul/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/consul/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,7 +3,7 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "1.15.2-1" + "version": "1.15.3-0" }, "render-template": { "arch": "amd64", diff --git a/bitnami/consul/1/debian-11/tags-info.yaml b/bitnami/consul/1/debian-11/tags-info.yaml index 70f65ba0e5cb..3e9bb32348d1 100644 --- a/bitnami/consul/1/debian-11/tags-info.yaml +++ b/bitnami/consul/1/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "1" - 1-debian-11 -- 1.15.2 +- 1.15.3 - latest diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 07fef009377e..bd843010baa3 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -502,7 +502,7 @@ If you encountered a problem running this container, you can file an [issue](htt ## License -Copyright © 2023 Bitnami +Copyright © 2023 VMware Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.