8.1.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-05-24 20:39:38 +00:00
committed by Bitnami Containers
parent 7626064586
commit 8c02f3ec1b
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.0.19-0"
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.53-0" --checksum 716e4948a2c40f0a0cc5b1656052aeef916a79152250b0b6c1392dd1187f575a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-0" --checksum a288a3866c8d3b06951b6781c79a6e3551e99c159aafa1d3dfcaa3e54db93ea7
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.19-0" --checksum d9e9fcca0331bffb09d452b89757c49e3186c3d142c3cf442d75698e76432ee4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "suitecrm" "8.1.0-1" --checksum 7507636567f6dac9ef3749d09bda9df94f6ee5d203a3ca6fffd45f339ca8c87e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "suitecrm" "8.1.1-0" --checksum d9d67a44863720c54f43d0a1087671fb8cc16de0dc6ff91b70424358cfd0f63c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-0" --checksum af5ec81cfb8e8420fe6af80a77d40da25e0f7e136abb6dde27267c97fb27cf8b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
@@ -29,7 +29,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/suitecrm/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APP_VERSION="8.1.0" \
APP_VERSION="8.1.1" \
BITNAMI_APP_NAME="suitecrm" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -43,9 +43,9 @@
},
"suitecrm": {
"arch": "amd64",
"digest": "7507636567f6dac9ef3749d09bda9df94f6ee5d203a3ca6fffd45f339ca8c87e",
"digest": "d9d67a44863720c54f43d0a1087671fb8cc16de0dc6ff91b70424358cfd0f63c",
"distro": "debian-10",
"type": "NAMI",
"version": "8.1.0-1"
"version": "8.1.1-0"
}
}