Skip to content

Commit

Permalink
Update docker base to php:8.4.1-apache
Browse files Browse the repository at this point in the history
  • Loading branch information
vndmtrx committed Nov 23, 2024
1 parent 16196ce commit b8d60a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-apache AS builder
FROM php:8.4.1-apache AS builder

WORKDIR /build

Expand All @@ -12,7 +12,7 @@ RUN curl -O https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz \

COPY files/ .

FROM php:8.3-apache
FROM php:8.4.1-apache

LABEL maintainer="Eduardo N.S.R. <[email protected]>" \
description="DokuWiki with pre-installed essential plugins and persistent storage support" \
Expand Down

0 comments on commit b8d60a2

Please sign in to comment.