Skip to content

Commit

Permalink
updated php to 7.4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
zxpower committed Jul 31, 2022
1 parent 845809a commit 07ee889
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.16

# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
Expand Down Expand Up @@ -54,9 +54,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312

ENV PHP_VERSION 7.4.26
ENV PHP_URL="https://www.php.net/distributions/php-7.4.26.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.26.tar.xz.asc"
ENV PHP_SHA256="e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8"
ENV PHP_VERSION 7.4.30
ENV PHP_URL="https://www.php.net/distributions/php-7.4.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.30.tar.xz.asc"
ENV PHP_SHA256="ea72a34f32c67e79ac2da7dfe96177f3c451c3eefae5810ba13312ed398ba70d"

RUN set -eux; \
\
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Maintained by [digiBlink](https://digiblink.eu) - [docker hub link](https://hub.

Container with:

* Alpine Linux 3.14
* nginx 1.20.2-r0
* PHP-FPM 7.4.26 (all necessary extensions to be ready for Wordpress deployment)
* WP-CLI 2.5.0
* Alpine Linux 3.16
* nginx 1.22.0-r0
* PHP-FPM 7.4.30 (all necessary extensions to be ready for Wordpress deployment)
* WP-CLI 2.6.0
* git, bash

## Usage
Expand Down

0 comments on commit 07ee889

Please sign in to comment.