Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 8a27fed

Browse files
authored
Merge pull request #7 from GreenMeteor/develop
Chg: New HumHub Version
2 parents cff67d6 + c848399 commit 8a27fed

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/scripts/generate-build-context.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ EOF
4545

4646
# --- Dockerfile for HumHub ---
4747
cat > humhub/Dockerfile <<EOF
48-
FROM php:8.2-fpm
48+
FROM php:8.3-fpm
4949
50-
ARG HUMHUB_VERSION=1.17.2
50+
ARG HUMHUB_VERSION=1.18.0-beta.4
5151
5252
RUN apt-get update && apt-get install -y \\
5353
libzip-dev libfreetype6-dev libjpeg62-turbo-dev libpng-dev \\

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains a complete Docker setup for running a secure, productio
44

55
## Features
66

7-
- **HumHub**: Latest version (1.17.2) with PHP 8.2
7+
- **HumHub**: Latest version (1.18.0-beta.4) with PHP 8.3
88
- **Security**: Hardened containers with minimal privileges and capabilities
99
- **Database**: MariaDB 10.11 with secure configuration
1010
- **Caching**: Redis for improved performance

humhub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM php:8.3-fpm
33
# Set shell with pipefail option
44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55

6-
ARG HUMHUB_VERSION=1.17.2
6+
ARG HUMHUB_VERSION=1.18.0-beta.4
77

88
# Install dependencies
99
# hadolint ignore=DL3008

0 commit comments

Comments
 (0)