5.9.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-04-06 02:03:05 +00:00
parent 1c27e9256e
commit fb726f5580
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.53-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.6.0-4" --checksum fa48eb0bf1c92c18e4e82ab6cbde981bbf5d63116e0fb9b665bce6d84d9a52f2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.7-4" --checksum 14329a8ec0a649ecb9ffb37085a547183748efedea8ed029801ab9b381ab7173
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.17-0" --checksum b822aecb6307405bcc572afba915235459a0247b17cb81b08e8490253f36be66
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "5.9.2-3" --checksum 0ad1a059d97af2dcdf6a9bd06b2a8a9549f21679d95275b4b73038319dcf026d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "5.9.3-0" --checksum e3e6d7724d2ca8c6972a2decb3f0b799f1298cf41973bede6ab8a9ddfc64d1e6
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
@@ -23,16 +23,16 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/wordpress/postunpack.sh
RUN /opt/bitnami/scripts/wp-cli/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APP_VERSION="5.9.2" \
APP_VERSION="5.9.3" \
BITNAMI_APP_NAME="wordpress" \
BITNAMI_IMAGE_VERSION="5.9.2-debian-10-r27" \
BITNAMI_IMAGE_VERSION="5.9.3-debian-10-r0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/wp-cli/bin:/opt/bitnami/mysql/bin:$PATH"
EXPOSE 8080 8443

View File

@@ -43,10 +43,10 @@
},
"wordpress": {
"arch": "amd64",
"digest": "0ad1a059d97af2dcdf6a9bd06b2a8a9549f21679d95275b4b73038319dcf026d",
"digest": "e3e6d7724d2ca8c6972a2decb3f0b799f1298cf41973bede6ab8a9ddfc64d1e6",
"distro": "debian-10",
"type": "NAMI",
"version": "5.9.2-3"
"version": "5.9.3-0"
},
"wp-cli": {
"arch": "amd64",