diff --git a/bitnami/dreamfactory/4/debian-11/Dockerfile b/bitnami/dreamfactory/4/debian-11/Dockerfile index d72cb038ff70..0bf2437aab79 100644 --- a/bitnami/dreamfactory/4/debian-11/Dockerfile +++ b/bitnami/dreamfactory/4/debian-11/Dockerfile @@ -8,16 +8,16 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip jq libaudit1 libbrotli1 libbsd0 libbz2-1.0 libc6 libcap-ng0 libcom-err2 libcrypt1 libcurl4 libedit2 libexpat1 libffi7 libfftw3-double3 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2 liblqr-1-0 libltdl7 liblzma5 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmcrypt4 libmd0 libmemcached11 libncurses6 libnettle8 libnghttp2-14 libonig5 libp11-kit0 libpam0g libpcre2-8-0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline8 librtmp1 libsasl2-2 libsodium23 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 libunistring2 libuuid1 libwebp6 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxslt1.1 libzip4 procps sqlite3 tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "7.4.30-152" --checksum dd2a897f8089d5329b09f6982d8f7a2a0baace75afbe50500a3036f24753a604 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54-151" --checksum 988f12cbb80baba2b275ec922bb714852593f5c40940658a8b2717651200d92e +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "7.4.30-153" --checksum 5e35137583553e8f00ca9749e2212ee038129b50e4a1d5f473b01d61a1cdddcc +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54-152" --checksum 903fc542776eb549981738f68fdd6435b2c8683686114500f157258dcfdc9617 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-client" "7.0.3-0" --checksum be6ced6addfece967e9eb7fc8655dbe5b15802ba9802c9c82a9daadb339524dc RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "11.16.0-150" --checksum 1204401fc614c448f61983e4bc1136b9ba0475c77b2f3ff497ffea59c2879a01 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.30-150" --checksum eb642c232bfcbf339ac38df9d021ec3ef6da82fdb84e79115ae083ed8326b3dd -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.37.0-0" --checksum 75341efddd4113ca16df9815f6e015881c73f71c66c412a43e2ed7cc4fa7f177 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.30-151" --checksum acb478d77e1a246f734cfe777e99e52521c1a0700a65e796f4dbe0a46ac71d67 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.37.1-1" --checksum 39ea3040baa552b4760c1100a3713f86493620c0a74121c1ceba50fe17341878 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dreamfactory" "4.11.1-150" --checksum 8286cd9b9eeb43feca439f2fe252c0a3eb95689bf5624e2e66961ce0b906ae18 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dreamfactory" "4.11.1-151" --checksum 160f0779e6d378108628eba60f2ec3679d3e63c749e81e609d4647f0a71c7c77 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/dreamfactory/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/dreamfactory/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 84afc66eb62b..9e396e4eb19b 100644 --- a/bitnami/dreamfactory/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/dreamfactory/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,38 +1,38 @@ { "apache": { "arch": "amd64", - "digest": "988f12cbb80baba2b275ec922bb714852593f5c40940658a8b2717651200d92e", + "digest": "903fc542776eb549981738f68fdd6435b2c8683686114500f157258dcfdc9617", "distro": "debian-11", "type": "NAMI", - "version": "2.4.54-151" + "version": "2.4.54-152" }, "dreamfactory": { "arch": "amd64", - "digest": "8286cd9b9eeb43feca439f2fe252c0a3eb95689bf5624e2e66961ce0b906ae18", + "digest": "160f0779e6d378108628eba60f2ec3679d3e63c749e81e609d4647f0a71c7c77", "distro": "debian-11", "type": "NAMI", - "version": "4.11.1-150" + "version": "4.11.1-151" }, "git": { "arch": "amd64", - "digest": "75341efddd4113ca16df9815f6e015881c73f71c66c412a43e2ed7cc4fa7f177", + "digest": "39ea3040baa552b4760c1100a3713f86493620c0a74121c1ceba50fe17341878", "distro": "debian-11", "type": "NAMI", - "version": "2.37.0-0" + "version": "2.37.1-1" }, "gosu": { "arch": "amd64", - "digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900", + "digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0", "distro": "debian-11", "type": "NAMI", - "version": "1.14.0-151" + "version": "1.14.0-152" }, "libphp": { "arch": "amd64", - "digest": "eb642c232bfcbf339ac38df9d021ec3ef6da82fdb84e79115ae083ed8326b3dd", + "digest": "acb478d77e1a246f734cfe777e99e52521c1a0700a65e796f4dbe0a46ac71d67", "distro": "debian-11", "type": "NAMI", - "version": "7.4.30-150" + "version": "7.4.30-151" }, "mysql-client": { "arch": "amd64", @@ -43,10 +43,10 @@ }, "php": { "arch": "amd64", - "digest": "dd2a897f8089d5329b09f6982d8f7a2a0baace75afbe50500a3036f24753a604", + "digest": "5e35137583553e8f00ca9749e2212ee038129b50e4a1d5f473b01d61a1cdddcc", "distro": "debian-11", "type": "NAMI", - "version": "7.4.30-152" + "version": "7.4.30-153" }, "postgresql-client": { "arch": "amd64", diff --git a/bitnami/dreamfactory/README.md b/bitnami/dreamfactory/README.md index 831aacd3e9ad..9988335e5587 100644 --- a/bitnami/dreamfactory/README.md +++ b/bitnami/dreamfactory/README.md @@ -35,7 +35,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/). -- [`4`, `4-debian-11`, `4.11.1`, `4.11.1-debian-11-r13`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/4.11.1-debian-11-r13/4/debian-11/Dockerfile) +- [`4`, `4-debian-11`, `4.11.1`, `4.11.1-debian-11-r14`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/4.11.1-debian-11-r14/4/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/dreamfactory GitHub repo](https://github.com/bitnami/bitnami-docker-dreamfactory).