diff --git a/bitnami/phpbb/3/debian-11/Dockerfile b/bitnami/phpbb/3/debian-11/Dockerfile index e41e010ca4da..0c58a138f8b3 100644 --- a/bitnami/phpbb/3/debian-11/Dockerfile +++ b/bitnami/phpbb/3/debian-11/Dockerfile @@ -1,6 +1,4 @@ FROM docker.io/bitnami/minideb:bullseye -LABEL maintainer "Bitnami " - ENV HOME="/" \ OS_ARCH="amd64" \ OS_FLAVOUR="debian-11" \ diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index 5defc5e059b6..3ee6d5d08f12 100644 --- a/bitnami/phpbb/README.md +++ b/bitnami/phpbb/README.md @@ -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-r6`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.7-debian-11-r6/3/debian-11/Dockerfile) +* [`3`, `3-debian-11`, `3.3.7`, `3.3.7-debian-11-r7`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.7-debian-11-r7/3/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb). @@ -455,7 +455,6 @@ Here is an example of extending the image with the following modifications: ```Dockerfile FROM bitnami/phpbb -LABEL maintainer "Bitnami " ## Change user to perform privileged actions USER 0