9.1.5-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-04-12 19:29:44 +00:00 committed by Bitnami Containers
parent 88a614f67d
commit f2691932f9
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.4-9" --checksum 3df7b2bd7159f9627fbc2dc1ae5ea9464306c983edc53e4207fa3cc0e05755ea
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.1-0" --checksum 806082b15c0eb60e4baca497519b4c0cc9cd636d7a944e9943ebc1b9632fabdc
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 "laravel" "9.1.4-0" --checksum 4cc820f3503e9b03b65f5650d4a08a8caca0a8b10048f24d8885b4081274be85
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "9.1.5-0" --checksum 6c0049c77a7abc4ac189416d832192a7c3dce99b07099ecc09093252337ec105
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -21,7 +21,7 @@ RUN /build/bitnami-user.sh
COPY rootfs /
RUN /opt/bitnami/scripts/laravel/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
ENV APP_VERSION="9.1.4" \
ENV APP_VERSION="9.1.5" \
BITNAMI_APP_NAME="laravel" \
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/node/bin:/opt/bitnami/common/bin:$PATH" \

View File

@ -8,10 +8,10 @@
},
"laravel": {
"arch": "amd64",
"digest": "4cc820f3503e9b03b65f5650d4a08a8caca0a8b10048f24d8885b4081274be85",
"digest": "6c0049c77a7abc4ac189416d832192a7c3dce99b07099ecc09093252337ec105",
"distro": "debian-10",
"type": "NAMI",
"version": "9.1.4-0"
"version": "9.1.5-0"
},
"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/).
* [`9`, `9-debian-10`, `9.1.4`, `9.1.4-debian-10-r6`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.4-debian-10-r6/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.1.5`, `9.1.5-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.5-debian-10-r0/9/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/laravel GitHub repo](https://github.com/bitnami/bitnami-docker-laravel).