diff --git a/bitnami/express/4/debian-11/Dockerfile b/bitnami/express/4/debian-11/Dockerfile index a6639a621962..2cb1a9abadca 100644 --- a/bitnami/express/4/debian-11/Dockerfile +++ b/bitnami/express/4/debian-11/Dockerfile @@ -4,11 +4,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="4.18.1-debian-11-r48" \ + org.opencontainers.image.ref.name="4.18.2-debian-11-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/express" \ org.opencontainers.image.title="express" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="4.18.1" + org.opencontainers.image.version="4.18.2" ENV OS_ARCH="${TARGETARCH:-amd64}" \ OS_FLAVOUR="debian-11" \ @@ -27,7 +27,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ "bower-1.8.13-1-linux-${OS_ARCH}-debian-11" \ "wait-for-port-1.0.3-155-linux-${OS_ARCH}-debian-11" \ "gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \ - "express-4.18.1-154-linux-${OS_ARCH}-debian-11" \ + "express-4.18.2-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -45,7 +45,7 @@ RUN apt-get autoremove --purge -y curl && \ COPY rootfs / RUN mkdir -p /dist /app /.npm /.config /.cache /.local && chmod g+rwX /dist /app /.npm /.config /.cache /.local RUN /opt/bitnami/scripts/express/postunpack.sh -ENV APP_VERSION="4.18.1" \ +ENV APP_VERSION="4.18.2" \ BITNAMI_APP_NAME="express" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/sequelize-cli/bin:/opt/bitnami/bower/bin:/opt/bitnami/common/bin:/opt/bitnami/express/bin:$PATH" diff --git a/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index d2676e6f5e28..05eff9b6d8c8 100644 --- a/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "express": { "arch": "amd64", - "digest": "8b4c432f2e0c78f6543e83e11ba1a56e13ec256d0e15acf767331d5fbd2cd7c8", + "digest": "81160bece2d0c1a864fdbda6e7bf41f5c24ad33959e1ca23a49074cdb22a4e72", "distro": "debian-11", "type": "NAMI", - "version": "4.18.1-154" + "version": "4.18.2-0" }, "express-generator": { "arch": "amd64", diff --git a/bitnami/express/4/debian-11/tags-info.yaml b/bitnami/express/4/debian-11/tags-info.yaml index 08c2b2ed8c52..36527f918f1f 100644 --- a/bitnami/express/4/debian-11/tags-info.yaml +++ b/bitnami/express/4/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "4" - "4-debian-11" - - "4.18.1" + - "4.18.2" - "latest" diff --git a/bitnami/express/README.md b/bitnami/express/README.md index af1b735d5d03..840061616a3b 100644 --- a/bitnami/express/README.md +++ b/bitnami/express/README.md @@ -33,8 +33,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-11`, `4.18.1`, `4.18.1-debian-11-r48`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/express/4/debian-11/Dockerfile) +You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`. Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).