9.2.0-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-28 23:42:39 +00:00
committed by Bitnami Containers
parent e85d1504fc
commit e454052760
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.7-150" --checksum 23f8e06041e1215731e7c6edf82909e70be22a2f950e7dc7edf47e5225033599
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.3-150" --checksum 97cffecfb637e5758197e4eb14d50b42048768eba242da4b534f1d8bacbd6958
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-150" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "9.1.10-150" --checksum ec575b06966189ea556caf09de85796a4cced435dcb89fb6f853dd6f40f879a4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "9.2.0-0" --checksum 08556a47bd020fed8c502c44118d04c657f70810616873570def1d11d68af3db
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -20,7 +20,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.10" \
ENV APP_VERSION="9.2.0" \
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": "ec575b06966189ea556caf09de85796a4cced435dcb89fb6f853dd6f40f879a4",
"digest": "08556a47bd020fed8c502c44118d04c657f70810616873570def1d11d68af3db",
"distro": "debian-11",
"type": "NAMI",
"version": "9.1.10-150"
"version": "9.2.0-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-11`, `9.1.10`, `9.1.10-debian-11-r8`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.10-debian-11-r8/9/debian-11/Dockerfile)
* [`9`, `9-debian-11`, `9.2.0`, `9.2.0-debian-11-r0`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.2.0-debian-11-r0/9/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/laravel GitHub repo](https://github.com/bitnami/bitnami-docker-laravel).