9.1.6-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-04-27 18:09:10 +00:00 committed by Bitnami Containers
parent 74e93d03b7
commit a5e9f42005
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.5-0" --checksum a3cb00a122c8dea1bf67136767cb4efd98812a5daec4c068c9200bb58c9bc876
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.5-0" --checksum 6c0049c77a7abc4ac189416d832192a7c3dce99b07099ecc09093252337ec105
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "9.1.6-0" --checksum 2f311109138e0b92c2e2ca67a6f43de60d8fce0d3bae04738462a94222f74451
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.5" \
ENV APP_VERSION="9.1.6" \
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": "6c0049c77a7abc4ac189416d832192a7c3dce99b07099ecc09093252337ec105",
"digest": "2f311109138e0b92c2e2ca67a6f43de60d8fce0d3bae04738462a94222f74451",
"distro": "debian-10",
"type": "NAMI",
"version": "9.1.5-0"
"version": "9.1.6-0"
},
"node": {
"arch": "amd64",

View File

@ -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/).
* [`9`, `9-debian-10`, `9.1.5`, `9.1.5-debian-10-r14`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.5-debian-10-r14/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.1.6`, `9.1.6-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.6-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).