Skip to content

Commit c848399

Browse files
authored
Update generate-build-context.sh
Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com>
1 parent b63ff11 commit c848399

1 file changed

Lines changed: 2 additions & 2 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 \\

0 commit comments

Comments
 (0)