Skip to content

Commit fa89619

Browse files
authored
Merge pull request #7 from morpht/php-7.4.28
Bump to php 7.4.28, composer 2.2.9.
2 parents f083fff + 9ec7be2 commit fa89619

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM php:7.4.25-fpm-alpine3.14
1+
FROM php:7.4.28-fpm-alpine3.14
22

33
LABEL maintainer="marji@morpht.com"
44
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php-7.4"
55

6-
ENV COMPOSER_VERSION=2.1.12 \
7-
COMPOSER_HASH_SHA256=ae3ec292dd04b4e468aea1e5db4d085f169d8a803aabeb99707f69e9454bf218
6+
ENV COMPOSER_VERSION=2.2.9 \
7+
COMPOSER_HASH_SHA256=48f9fdc9ad93904fee96550b45ae03a51f69718502ee855da894b4ad71d2dfe0
88

99
RUN apk add --no-cache --update git \
1010
bash \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Docker image based on the official dockerhub image php:7.4-fpm-alpine3.14
44

55
A few modifications:
66

7-
- added composer v2.1.x
7+
- added composer v2.2.x
88
- installed several packages, e.g. git and mysql-client
99
- added php extensions - gd, pdo_mysql
1010

0 commit comments

Comments
 (0)