Skip to content

Commit

Permalink
Update php to version 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstein committed Apr 23, 2024
1 parent ebdf201 commit 45bfd1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.1.28-apache-bullseye
LABEL maintainer="Andy Miller <[email protected]> (@rhukster)"

# Enable Apache Rewrite + Expires Module
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN { \
} > /usr/local/etc/php/conf.d/php-recommended.ini

RUN pecl install apcu \
&& pecl install yaml-2.0.4 \
&& pecl install yaml-2.2.3 \
&& docker-php-ext-enable apcu yaml

# Set user to www-data
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This currently is pretty minimal and uses:

* apache-2.4.38
* apache-2.4.56
* GD library
* Unzip library
* php7.4
* php7.4-opcache
* php7.4-acpu
* php7.4-yaml
* php8.1
* php8.1-opcache
* php8.1-acpu
* php8.1-yaml
* cron
* vim editor

Expand Down

0 comments on commit 45bfd1c

Please sign in to comment.