Skip to content

Commit faea0e9

Browse files
committed
Upgrade to 24.x
1 parent c1b08b7 commit faea0e9

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

Dockerfile renamed to Containerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/php:7-fpm
1+
FROM docker.io/library/php:8-fpm
22
RUN apt-get update && apt-get install -y \
33
libcurl4-openssl-dev \
44
libicu-dev \
@@ -17,9 +17,7 @@ RUN apt-get update && apt-get install -y \
1717
bzip2 \
1818
busybox-static \
1919
libmagickwand-dev \
20-
imagemagick \
21-
--no-install-recommends \
22-
&& rm -rf /var/lib/apt/lists/*
20+
imagemagick
2321
RUN docker-php-ext-configure gd \
2422
--with-freetype \
2523
--with-jpeg

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
WaveSoftware PHP7
2-
=================
1+
WaveSoftware PHP
2+
================
33

4-
[![Docker Repository on Quay](https://quay.io/repository/wavesoftware/php7/status "Docker Repository on Quay")](https://quay.io/repository/wavesoftware/php7)
4+
[![Docker Repository on Quay](https://quay.io/repository/wavesoftware/php/status "Docker Repository on Quay")](https://quay.io/repository/wavesoftware/php)
55

6-
A PHP7 fpm distribution use by WaveSoftware PHP host to serve various websites like:
6+
A PHP fpm distribution use by WaveSoftware PHP host to serve various websites like:
77

88
* Wordpress,
99
* NextCloud,

0 commit comments

Comments
 (0)