6.12.0-debian-10-r20 release

This commit is contained in:
Bitnami Bot 2020-02-18 20:59:43 +00:00
parent e7667739e9
commit dca60be1c0
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ RUN /build/bitnami-user.sh && \
RUN bitnami-pkg unpack php-7.3.14-0 --checksum 58ea3eac602c9e840afb1cde192bda1018c62e3485c41962bc0266b079dd731f
RUN bitnami-pkg install node-8.17.0-0 --checksum 7044e4fc24a5aec22a3c6fd63425ce977f0561f619607609cb048e7b0e16e899
RUN bitnami-pkg install laravel-6.12.0-0 --checksum 6bfb884fb3f7a45bc55b15e3bfa12b8d2c9f075b50be4a5204f6fa7aea4e8933
RUN apt-get update && apt-get upgrade && \
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN mkdir /app && chown bitnami:bitnami /app
RUN /build/install-gosu.sh
@ -19,7 +19,7 @@ RUN /build/install-tini.sh
COPY rootfs /
ENV BITNAMI_APP_NAME="laravel" \
BITNAMI_IMAGE_VERSION="6.12.0-debian-10-r19" \
BITNAMI_IMAGE_VERSION="6.12.0-debian-10-r20" \
NODE_PATH="/opt/bitnami/node/lib/node_modules"
EXPOSE 3000

View File

@ -205,7 +205,7 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
fi
# We need to be in $HOME in order to nami inspect works
cd $HOME
DIRS+=" $(nami inspect $PACKAGE_NAME | grep -e 'installdir' | cut -f4 -d\")"
DIRS+=" $(nami inspect $PACKAGE_NAME | grep -e '"installdir"' | cut -f4 -d\")"
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
chmod $BITNAMI_PKG_CHMOD $DIRS
fi

View File

@ -43,7 +43,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`6-ol-7`, `6.12.0-ol-7-r22` (6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/6.12.0-ol-7-r22/6/ol-7/Dockerfile)
* [`6-debian-10`, `6.12.0-debian-10-r19`, `6`, `6.12.0`, `latest` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/6.12.0-debian-10-r19/6/debian-10/Dockerfile)
* [`6-debian-10`, `6.12.0-debian-10-r20`, `6`, `6.12.0`, `latest` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/6.12.0-debian-10-r20/6/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/rails GitHub repo](https://github.com/bitnami/bitnami-docker-laravel).