Skip to content

Commit 2ecd2c7

Browse files
committed
Update PHP 7.4.4 and composer 1.10.1
1 parent 3e44fca commit 2ecd2c7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.11.3 as builder
22

3-
ARG PHP_VERSION=7.4.3
4-
ARG COMPOSER_VERSION=1.9.1
3+
ARG PHP_VERSION=7.4.4
4+
ARG COMPOSER_VERSION=1.10.1
55
ARG PHP_URL=https://www.php.net/get/php-$PHP_VERSION.tar.xz/from/this/mirror
66
ARG PHP_ASC_URL=https://www.php.net/get/php-$PHP_VERSION.tar.xz.asc/from/this/mirror
77
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
FSP Network Gen2 Server Infrastructure - PHP
44

5+
![Docker Build](https://github.com/FSPNET/PHP/workflows/Docker%20Build/badge.svg)
56
[![MicroBadger Size](https://img.shields.io/microbadger/image-size/fspnetwork/php.svg?style=flat-square)](https://microbadger.com/#/images/fspnetwork/php)
67
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg?style=flat-square)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
78
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg?style=flat-square)](https://996.icu)
89

910
## Supported tags
1011

1112
- [`edge` (Dockerfile)](https://github.com/FSPNET/PHP/blob/master/Dockerfile)
12-
- [`latest`, `7`, `7.4`, `7.4.3` (Dockerfile)](https://github.com/FSPNET/PHP/tree/7.4.3/Dockerfile)
13+
- [`latest`, `7`, `7.4`, `7.4.4` (Dockerfile)](https://github.com/FSPNET/PHP/tree/7.4.4/Dockerfile)
14+
- [`7.4.3`](https://github.com/FSPNET/PHP/tree/7.4.3/Dockerfile)
1315
- [`7.4.2`](https://github.com/FSPNET/PHP/tree/7.4.2/Dockerfile)
1416
- [`7.4.1`](https://github.com/FSPNET/PHP/tree/7.4.1/Dockerfile)
1517
- [`7.3`, `7.3.12` (Dockerfile)](https://github.com/FSPNET/PHP/tree/7.3.12/Dockerfile)

0 commit comments

Comments
 (0)