4.17.3-debian-10-r2 release

This commit is contained in:
Bitnami Bot
2022-02-19 19:42:52 +00:00
parent 61a5383379
commit 28dfeb0627
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.35.1-4"
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "express-generator" "4.16.1-7" --checksum fae4f374196bee45755b5bea63cc80ca2cdeaf800408c3433eae912090517f0f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "bower" "1.8.12-7" --checksum 2c5d26107cfc1f74ac5dde1e650f6899091511667fe92777e7777b84dea46e81
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-9" --checksum 4b509978f6d0a4c3b958deeb3490241cda60e4412c138da665192631d60f70de
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "express" "4.17.3-1" --checksum 9dca714929ffcc225e02f1dc74306c5796b7d24b04ca1a81d4dc5b25b8c66526
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -25,7 +25,7 @@ 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 BITNAMI_APP_NAME="express" \
BITNAMI_IMAGE_VERSION="4.17.3-debian-10-r1" \
BITNAMI_IMAGE_VERSION="4.17.3-debian-10-r2" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/sequelize-cli/bin:/opt/bitnami/git/bin:/opt/bitnami/bower/bin:/opt/bitnami/common/bin:/opt/bitnami/express/bin:$PATH"
EXPOSE 3000

View File

@@ -32,7 +32,7 @@
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-5"
"version": "1.14.0-6"
},
"node": {
"arch": "amd64",

View File

@@ -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.3`, `4.17.3-debian-10-r1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.3-debian-10-r1/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.17.3`, `4.17.3-debian-10-r2`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.3-debian-10-r2/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad).