4.18.1-debian-10-r0 release
This commit is contained in:
parent
405e29d1fb
commit
c6ebc097d0
|
|
@ -16,7 +16,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "express-generato
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "bower" "1.8.12-8" --checksum d7bd0d251bb6f7a1ce771bd953c53e4ba7d0bb22ab4f29f92b3e0ba0cbe644bf
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-10" --checksum 35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "express" "4.18.0-0" --checksum 80692d5bb8c08603392172128142ab3dc47a0011e74c01e55fba0f486fa84aff
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "express" "4.18.1-0" --checksum b1c3d41bbbd41bebba92fe3b87b3d1a6a96bd48a00656eb211cde836b1c2019c
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN /build/bitnami-user.sh
|
||||
|
|
@ -24,7 +24,7 @@ RUN /build/bitnami-user.sh
|
|||
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.0" \
|
||||
ENV APP_VERSION="4.18.1" \
|
||||
BITNAMI_APP_NAME="express" \
|
||||
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"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"express": {
|
||||
"arch": "amd64",
|
||||
"digest": "80692d5bb8c08603392172128142ab3dc47a0011e74c01e55fba0f486fa84aff",
|
||||
"digest": "b1c3d41bbbd41bebba92fe3b87b3d1a6a96bd48a00656eb211cde836b1c2019c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.18.0-0"
|
||||
"version": "4.18.1-0"
|
||||
},
|
||||
"express-generator": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,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.18.0`, `4.18.0-debian-10-r3`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.18.0-debian-10-r3/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.18.1`, `4.18.1-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.18.1-debian-10-r0/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue