diff --git a/bitnami/pgbouncer/1/debian-10/Dockerfile b/bitnami/pgbouncer/1/debian-10/Dockerfile index e626f3a9bcd2..2cb784ad2076 100644 --- a/bitnami/pgbouncer/1/debian-10/Dockerfile +++ b/bitnami/pgbouncer/1/debian-10/Dockerfile @@ -9,9 +9,9 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libaudit1 libbsd0 libc-ares2 libc6 libcap-ng0 libedit2 libevent-2.1-6 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu63 libidn2-0 libldap-2.4-2 liblzma5 libnettle6 libp11-kit0 libpam0g libsasl2-2 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 locales procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-10" --checksum 35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-0" --checksum 0603c8eaf6d24e76563431e36e512da06bfebb3a06ede31b3e84d9879213c162 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "10.21.0-0" --checksum d5820263d74b7847f65a05b513f1e1ab196128cd9e3dff1b90a2063276667982 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-7" --checksum 7a4f45cbebd2e242278060415dd1a3f0dbe68991fdcaea5bb311e8de54a3e027 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-0" --checksum 2c9ca79a0586a4ec64c66aceda27ebab1ea877dc63982203b5eb71150e00a5e9 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgbouncer" "1.17.0-0" --checksum 61805e9a2d6825a7807cbe4332441d55628506bd5cc493cd14fd1f0c20e4b6fd RUN apt-get update && apt-get upgrade -y && \ diff --git a/bitnami/pgbouncer/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/pgbouncer/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 80beb1760cce..eab62f0e1b2e 100644 --- a/bitnami/pgbouncer/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/pgbouncer/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "ini-file": { "arch": "amd64", - "digest": "7a4f45cbebd2e242278060415dd1a3f0dbe68991fdcaea5bb311e8de54a3e027", + "digest": "2c9ca79a0586a4ec64c66aceda27ebab1ea877dc63982203b5eb71150e00a5e9", "distro": "debian-10", "type": "NAMI", - "version": "1.4.1-7" + "version": "1.4.3-0" }, "pgbouncer": { "arch": "amd64", @@ -29,9 +29,9 @@ }, "wait-for-port": { "arch": "amd64", - "digest": "35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd", + "digest": "0603c8eaf6d24e76563431e36e512da06bfebb3a06ede31b3e84d9879213c162", "distro": "debian-10", "type": "NAMI", - "version": "1.0.1-10" + "version": "1.0.3-0" } } \ No newline at end of file diff --git a/bitnami/pgbouncer/README.md b/bitnami/pgbouncer/README.md index 84aee48bada4..4d38e952fe75 100644 --- a/bitnami/pgbouncer/README.md +++ b/bitnami/pgbouncer/README.md @@ -41,7 +41,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-10`, `1.17.0`, `1.17.0-debian-10-r56`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgbouncer/blob/1.17.0-debian-10-r56/1/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.17.0`, `1.17.0-debian-10-r57`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgbouncer/blob/1.17.0-debian-10-r57/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/pgbouncer GitHub repo](https://github.com/bitnami/bitnami-docker-pgbouncer).