9.1.9-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-05-31 22:06:17 +00:00 committed by Bitnami Containers
parent 55ff60ee8a
commit bdc06e9aa7
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.6-0" --checksum 5a54f59880dd5071417843344c77792edfe1bddbd6768520eb00a19aa26cc771
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.3-0" --checksum 1f82279c7a88cfa1a1bf03e8d10064a00dba5b7b21923c0dd7cbca7e712a6aa3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-0" --checksum 0603c8eaf6d24e76563431e36e512da06bfebb3a06ede31b3e84d9879213c162
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "9.1.8-0" --checksum d25f646866d652de3f81ca462609da85246d5aa7df2d46653734ba7c34a9c842
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "9.1.9-0" --checksum 70b45fd7a53019d2d2fbe6199c238fac1229b340493a1ebc1cc79a5df4143667
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.8" \
ENV APP_VERSION="9.1.9" \
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": "d25f646866d652de3f81ca462609da85246d5aa7df2d46653734ba7c34a9c842",
"digest": "70b45fd7a53019d2d2fbe6199c238fac1229b340493a1ebc1cc79a5df4143667",
"distro": "debian-10",
"type": "NAMI",
"version": "9.1.8-0"
"version": "9.1.9-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.8`, `9.1.8-debian-10-r18`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.8-debian-10-r18/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.1.9`, `9.1.9-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.9-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).