diff --git a/bitnami/consul/1/debian-11/Dockerfile b/bitnami/consul/1/debian-11/Dockerfile index 52ffcc4e0ca4..a3d93e009d79 100644 --- a/bitnami/consul/1/debian-11/Dockerfile +++ b/bitnami/consul/1/debian-11/Dockerfile @@ -8,7 +8,7 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip iproute2 procps tar zlib1g-dev -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-151" --checksum 9690a34674f152e55c71a55275265314ed1bb29e0be8a75d7880488509f70deb RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.12.3-1" --checksum 078293ed7c403d64ecd5320b4e67c53d8f2929604e27935543a55e57ca0f323a RUN apt-get update && apt-get upgrade -y && \ 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 6541b066370f..a6c9f42f3cdb 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 @@ -15,9 +15,9 @@ }, "render-template": { "arch": "amd64", - "digest": "8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a", + "digest": "9690a34674f152e55c71a55275265314ed1bb29e0be8a75d7880488509f70deb", "distro": "debian-11", "type": "NAMI", - "version": "1.0.3-150" + "version": "1.0.3-151" } } \ No newline at end of file diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 52312c1805f5..8d3153af60d4 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -47,7 +47,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`1`, `1-debian-11`, `1.12.3`, `1.12.3-debian-11-r1`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.12.3-debian-11-r1/1/debian-11/Dockerfile) +* [`1`, `1-debian-11`, `1.12.3`, `1.12.3-debian-11-r3`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.12.3-debian-11-r3/1/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/consul GitHub repo](https://github.com/bitnami/bitnami-docker-consul).