From 147114432f986ee9583438aa9147829cc37bf82e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 24 Nov 2021 19:22:36 +0000 Subject: [PATCH] 8.6.8-debian-10-r1 release --- bitnami/laravel/8/debian-10/Dockerfile | 2 +- bitnami/laravel/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/laravel/8/debian-10/Dockerfile b/bitnami/laravel/8/debian-10/Dockerfile index e39195e230cb..8bbd7019aa9f 100644 --- a/bitnami/laravel/8/debian-10/Dockerfile +++ b/bitnami/laravel/8/debian-10/Dockerfile @@ -18,7 +18,7 @@ RUN mkdir /app && chown bitnami:bitnami /app COPY rootfs / ENV BITNAMI_APP_NAME="laravel" \ - BITNAMI_IMAGE_VERSION="8.6.8-debian-10-r0" \ + BITNAMI_IMAGE_VERSION="8.6.8-debian-10-r1" \ NODE_PATH="/opt/bitnami/node/lib/node_modules" \ OS_ARCH="amd64" \ OS_FLAVOUR="debian-10" \ diff --git a/bitnami/laravel/README.md b/bitnami/laravel/README.md index f9bd33642d2a..7461b68d6d5a 100644 --- a/bitnami/laravel/README.md +++ b/bitnami/laravel/README.md @@ -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/). -* [`8`, `8-debian-10`, `8.6.8`, `8.6.8-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/8.6.8-debian-10-r0/8/debian-10/Dockerfile) +* [`8`, `8-debian-10`, `8.6.8`, `8.6.8-debian-10-r1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/8.6.8-debian-10-r1/8/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/laravel GitHub repo](https://github.com/bitnami/bitnami-docker-laravel). @@ -78,11 +78,11 @@ Among other things, the above command creates a container service, named `myapp` > > If the application directory contained the source code of an existing Laravel application, the Bitnami Laravel Development Container would load the existing application instead of bootstrapping a new one. -After the artisan application server has been launched in the `myapp` service, visit http://localhost:3000 in your favorite web browser and you'll be greeted by the default Laravel welcome page. +After the artisan application server has been launched in the `myapp` service, visit `http://localhost:3000` in your favorite web browser and you'll be greeted by the default Laravel welcome page. > **Note** > -> If no application available at http://localhost:3000 and you're running Docker on Windows, you might need to uncomment `privileged` setting for `myapp` container. Later, re-launch the Laravel application development environment as stated before. +> If no application available at `http://localhost:3000` and you're running Docker on Windows, you might need to uncomment `privileged` setting for `myapp` container. Later, re-launch the Laravel application development environment as stated before. In addition to the Laravel Development Container, the [docker-compose.yml](https://raw.githubusercontent.com/bitnami/bitnami-docker-laravel/master/docker-compose.yml) file also configures a MariaDB service to serve as the database backend of your Laravel application. @@ -136,7 +136,7 @@ We'd love for you to contribute to this container. You can request new features We want to thank the following individuals for reporting vulnerabilities responsibly and helping improve the security of this container. -- [LEI WANG](`https://github.com/ssst0n3): [APP_KEY fixed into the docker image](https://github.com/bitnami/bitnami-docker-laravel/issues/139) +- [LEI WANG](https://github.com/ssst0n3): [APP_KEY fixed into the docker image](https://github.com/bitnami/bitnami-docker-laravel/issues/139) ## Issues