File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM php:7.4.25 -fpm-alpine3.14
1+ FROM php:7.4.28 -fpm-alpine3.14
22
33LABEL maintainer="marji@morpht.com"
44LABEL 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
99RUN apk add --no-cache --update git \
1010 bash \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Docker image based on the official dockerhub image php:7.4-fpm-alpine3.14
44
55A 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
You can’t perform that action at this time.
0 commit comments