diff --git a/bitnami/rails/6/debian-10/Dockerfile b/bitnami/rails/6/debian-10/Dockerfile index 9df61ab3be7a..8a771904ec08 100644 --- a/bitnami/rails/6/debian-10/Dockerfile +++ b/bitnami/rails/6/debian-10/Dockerfile @@ -8,7 +8,7 @@ ENV OS_ARCH="amd64" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl build-essential ca-certificates curl default-libmysqlclient-dev ghostscript git gzip imagemagick libaudit1 libbz2-1.0 libc6 libcap-ng0 libcom-err2 libcurl4 libffi6 libgcc1 libgcrypt20 libgmp-dev libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libicu63 libidn2-0 libjemalloc2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmariadb3 libncurses6 libncursesw6 libnettle6 libnghttp2-14 libp11-kit0 libpam0g libpq5 libpsl5 libreadline-dev libreadline7 librtmp1 libsasl2-2 libsqlite3-0 libsqlite3-dev libssh2-1 libssl-dev libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libxml2 libxml2-dev libxslt1-dev netcat netcat-traditional pkg-config procps sqlite3 sudo tar unzip wget zlib1g zlib1g-dev -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-10" --checksum ff93eb9ba98c14c9eea2ac0a6601c7b17306214936ba4f9589745976059b6bcb +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-11" --checksum 18529e5433b2ff7007527ec2fa5b608cb6432e27ec3e6a9f3ab94fcdb7586475 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "2.6.9-1" --checksum 44e353b2a0312b4ebff7953080128630594fac97f97fc29b5f3ff0bab3b56429 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.18.2-0" --checksum 5753bbbe5052000888c24ef8c918cfc45577878b03cc4dcfe7d53ea562a48e5a RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-0" --checksum 4a211faa9436c9747dfc4374cb9e8a7f9b0065dfc58dd4784cef0f5029c2e65e @@ -21,7 +21,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/rails/postunpack.sh ENV ALLOW_EMPTY_PASSWORD="no" \ BITNAMI_APP_NAME="rails" \ - BITNAMI_IMAGE_VERSION="6.1.4-1-debian-10-r130" \ + BITNAMI_IMAGE_VERSION="6.1.4-1-debian-10-r131" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/rails/6/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/rails/6/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 45d4b5221fbc..c9066d6492fd 100644 --- a/bitnami/rails/6/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/rails/6/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -29,10 +29,10 @@ }, "python": { "arch": "amd64", - "digest": "ff93eb9ba98c14c9eea2ac0a6601c7b17306214936ba4f9589745976059b6bcb", + "digest": "18529e5433b2ff7007527ec2fa5b608cb6432e27ec3e6a9f3ab94fcdb7586475", "distro": "debian-10", "type": "NAMI", - "version": "3.8.12-10" + "version": "3.8.12-11" }, "rails": { "arch": "amd64", diff --git a/bitnami/rails/README.md b/bitnami/rails/README.md index aa79079be547..ecad999a04a3 100644 --- a/bitnami/rails/README.md +++ b/bitnami/rails/README.md @@ -37,7 +37,7 @@ $ docker-compose up 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/). -* [`6`, `6-debian-10`, `6.1.4-1`, `6.1.4-1-debian-10-r130`, `latest` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/6.1.4-1-debian-10-r130/6/debian-10/Dockerfile) +* [`6`, `6-debian-10`, `6.1.4-1`, `6.1.4-1-debian-10-r131`, `latest` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/6.1.4-1-debian-10-r131/6/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/rails GitHub repo](https://github.com/bitnami/bitnami-docker-rails). @@ -223,7 +223,7 @@ New versions and releases cadence are not going to be affected. Once a new versi ## License -Copyright (c) 2015-2022 Bitnami +Copyright © 2022 Bitnami Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.