3.3.8-debian-11-r0 release
This commit is contained in:
parent
9af8fd68fe
commit
424d4a08be
|
|
@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54-
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.20-150" --checksum 7dab47ea9fff600df715d20eb26749f534b0ab5b83a71bf974a5d2657dfad26e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "phpbb" "3.3.7-150" --checksum 977da9984bacb18dcf229bf973c8bc8d97b5e8b15bba4b53c302b7f286936e33
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "phpbb" "3.3.8-0" --checksum 3bbfc72d3c86121fa89c487cdc8a73c43408ead5bdb41b4780c016cbfa401d7b
|
||||
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
|
||||
|
|
@ -27,7 +27,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/phpbb/postunpack.sh
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APP_VERSION="3.3.7" \
|
||||
APP_VERSION="3.3.8" \
|
||||
BITNAMI_APP_NAME="phpbb" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -36,10 +36,10 @@
|
|||
},
|
||||
"phpbb": {
|
||||
"arch": "amd64",
|
||||
"digest": "977da9984bacb18dcf229bf973c8bc8d97b5e8b15bba4b53c302b7f286936e33",
|
||||
"digest": "3bbfc72d3c86121fa89c487cdc8a73c43408ead5bdb41b4780c016cbfa401d7b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.7-150"
|
||||
"version": "3.3.8-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
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/).
|
||||
|
||||
|
||||
* [`3`, `3-debian-11`, `3.3.7`, `3.3.7-debian-11-r8`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.7-debian-11-r8/3/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.3.8`, `3.3.8-debian-11-r0`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.8-debian-11-r0/3/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue