diff --git a/bitnami/express/4/debian-10/Dockerfile b/bitnami/express/4/debian-10/Dockerfile index cea56a84c55c..5dfcaa270151 100644 --- a/bitnami/express/4/debian-10/Dockerfile +++ b/bitnami/express/4/debian-10/Dockerfile @@ -13,7 +13,7 @@ RUN /build/install-nami.sh RUN bitnami-pkg install python-3.8.12-5 --checksum 18aaf8247baa258f4e16de86673a3e799cd50bbef2824f0d2ae805c9c2068f11 RUN bitnami-pkg install node-14.18.1-0 --checksum 53575c1af09f423b9a2553b8b9880462f192961f4ada8fafa70a0238b106f26a RUN bitnami-pkg install sequelize-cli-5.5.1-1 --checksum 7555275076a12faf13e23da63b3b7b307a883d13faa8c6c36386592a76690c28 -RUN bitnami-pkg install git-2.33.0-0 --checksum fd9a3245580fef6248f778efeba0a017675424f15ff16ace42c095496e4f02f3 +RUN bitnami-pkg install git-2.34.0-0 --checksum 468c6894fa5729edbb20c9055ee16f59fdaeee2d9350cb8e02094b07c7521129 RUN bitnami-pkg install express-generator-4.16.1-1 --checksum f305084e4b45ac55c2662eef90ff420ea321157c26b6fee3eb1dda51fb56faa0 RUN bitnami-pkg install bower-1.8.12-0 --checksum a277b2d091258925c65b62ec562ab4dc0846260161b0da8e64d6531840b093db RUN bitnami-pkg install tini-0.19.0-1 --checksum 9b1f1c095944bac88a62c1b63f3bff1bb123aa7ccd371c908c0e5b41cec2528d @@ -23,7 +23,7 @@ RUN bitnami-pkg install express-4.17.1-3 --checksum ad196d1e8fe95e92fc388b117e1b COPY rootfs / RUN mkdir -p /dist /app /.npm /.config /.cache /.local && chmod g+rwx /dist /app /.npm /.config /.cache /.local ENV BITNAMI_APP_NAME="express" \ - BITNAMI_IMAGE_VERSION="4.17.1-debian-10-r573" \ + BITNAMI_IMAGE_VERSION="4.17.1-debian-10-r574" \ NAMI_PREFIX="/.nami" \ OS_ARCH="amd64" \ OS_FLAVOUR="debian-10" \ diff --git a/bitnami/express/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/express/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index ec9f9c534c9d..f3c05282772d 100644 --- a/bitnami/express/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/express/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -22,10 +22,10 @@ }, "git": { "arch": "amd64", - "digest": "fd9a3245580fef6248f778efeba0a017675424f15ff16ace42c095496e4f02f3", + "digest": "468c6894fa5729edbb20c9055ee16f59fdaeee2d9350cb8e02094b07c7521129", "distro": "debian-10", "type": "NAMI", - "version": "2.33.0-0" + "version": "2.34.0-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/express/README.md b/bitnami/express/README.md index 38450601acd6..125a7a132277 100644 --- a/bitnami/express/README.md +++ b/bitnami/express/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/). -* [`4`, `4-debian-10`, `4.17.1`, `4.17.1-debian-10-r573`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.1-debian-10-r573/4/debian-10/Dockerfile) +* [`4`, `4-debian-10`, `4.17.1`, `4.17.1-debian-10-r574`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.1-debian-10-r574/4/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad). @@ -145,13 +145,21 @@ The Express Development Container generates a Dockerfile in your working directo ## Issues -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-express/issues/new). For us to provide better support, be sure to include the following information in your issue: +If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-express/issues/new). Be sure to include the following information in your issue: -- Host OS and version (`uname -a`) +- Host OS and version - Docker version (`docker version`) -- Docker info (`docker info`) -- Docker image version (`echo $BITNAMI_IMAGE_VERSION` inside the container) -- Steps to reproduce the issue. +- Output of `docker info` +- Version of this container +- The command you used to run the container, and any relevant output you saw (masking any sensitive information) + +### Community supported solution + +Please, note this asset is a community-supported solution. This means that the Bitnami team is not actively working on new features/improvements nor providing support through GitHub Issues. Any new issue will stay open for 20 days to allow the community to contribute, after 15 days without activity the issue will be marked as stale being closed after 5 days. + +The Bitnami team will review any PR that is created, feel free to create a PR if you find any issue or want to implement a new feature. + +New versions and releases cadence are not going to be affected. Once a new version is released in the upstream project, the Bitnami container image will be updated to use the latest version, supporting the different branches supported by the upstream project as usual. ## License