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 819e1e7 commit 66ba669
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.1.18-apache-bullseye
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

0 comments on commit 66ba669

Please sign in to comment.