diff --git a/bitnami/wavefront-proxy/10/debian-10/Dockerfile b/bitnami/wavefront-proxy/10/debian-10/Dockerfile index 89f3416ee923..3d47f2a279a6 100644 --- a/bitnami/wavefront-proxy/10/debian-10/Dockerfile +++ b/bitnami/wavefront-proxy/10/debian-10/Dockerfile @@ -9,7 +9,7 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.11-0" --checksum 8cf28afc1090b0fec1ad841012ead25b59d2d5f4212742c3d62e6007ef57850b +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.12-0" --checksum 14c1274e93b1135d4d1b82ad7985fc2fa7f5d0689b6da18e0c94da37407cd4ea RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.7.0-1" --checksum 8a2965bbdb11786eb133884b67546828a87c7794c6c0c5d86522c783814e0ca5 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129 RUN chmod g+rwX /opt/bitnami @@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/wavefront-proxy/postunpack.sh ENV BITNAMI_APP_NAME="wavefront-proxy" \ - BITNAMI_IMAGE_VERSION="10.7.0-debian-10-r13" \ + BITNAMI_IMAGE_VERSION="10.7.0-debian-10-r14" \ PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH" EXPOSE 2878 diff --git a/bitnami/wavefront-proxy/10/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wavefront-proxy/10/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index f7a9821ce681..ebabf881c4ef 100644 --- a/bitnami/wavefront-proxy/10/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wavefront-proxy/10/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "java": { "arch": "amd64", - "digest": "8cf28afc1090b0fec1ad841012ead25b59d2d5f4212742c3d62e6007ef57850b", + "digest": "14c1274e93b1135d4d1b82ad7985fc2fa7f5d0689b6da18e0c94da37407cd4ea", "distro": "debian-10", "type": "NAMI", - "version": "11.0.11-0" + "version": "11.0.12-0" }, "wavefront-proxy": { "arch": "amd64", diff --git a/bitnami/wavefront-proxy/README.md b/bitnami/wavefront-proxy/README.md index c63a7b58d7b0..12c1b42611f9 100644 --- a/bitnami/wavefront-proxy/README.md +++ b/bitnami/wavefront-proxy/README.md @@ -28,7 +28,7 @@ $ docker run --name wavefront-proxy bitnami/wavefront-proxy:latest 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/). -* [`10`, `10-debian-10`, `10.7.0`, `10.7.0-debian-10-r13` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.7.0-debian-10-r13/10/debian-10/Dockerfile) +* [`10`, `10-debian-10`, `10.7.0`, `10.7.0-debian-10-r14` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.7.0-debian-10-r14/10/debian-10/Dockerfile) * [`9`, `9-debian-10`, `9.7.0`, `9.7.0-debian-10-r100`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.7.0-debian-10-r100/9/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).