From d15a33a728a660d17ca76315aa132658af0714f8 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 17 Sep 2024 11:09:05 +0200 Subject: [PATCH] change version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ecca4ae..a0c4f76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3dae org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/dokuwiki/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="20240206.2.0-debian-12-r5" \ + org.opencontainers.image.ref.name="20240206.2.0-debian-12-r6" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dokuwiki" \ org.opencontainers.image.title="dokuwiki" \ org.opencontainers.image.vendor="Broadcom, Inc." \ @@ -67,7 +67,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh RUN /opt/bitnami/scripts/dokuwiki/postunpack.sh ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ - APP_VERSION="20240206.1.0" \ + APP_VERSION="20240206.2.0" \ BITNAMI_APP_NAME="dokuwiki" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:$PATH"