Skip to content

Commit bf3d456

Browse files
committed
changed composer version & updated readme
1 parent 59a9202 commit bf3d456

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An older version of ***PHP*** that some older codebase sites would require as an
77
Other Packages Included:
88

99
- Node
10-
- Composer v1.9.3
10+
- Composer v1.7.1
1111
- libxml2-dev
1212
- libzip-dev
1313
- libyaml-dev

php-5-6-apache.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ LABEL evilwizardcreations.image.authors="evil.wizard95@googlemail.com" \
55
evilwizardcreations.image.php.version="5.6"
66

77
# copy the specific Composer PHAR version from the Composer image into the PHP image
8-
COPY --from=composer:1.9.3 /usr/bin/composer /usr/bin/composer
8+
COPY --from=composer:1.7.1 /usr/bin/composer /usr/bin/composer
99

1010
# Download the nodejs setup & set that it's a docker env.
11+
# npm -v 6.4.1
12+
# yarn -v 1.10.1
1113
ENV NODE_ENV docker
1214
RUN curl --silent --location https://deb.nodesource.com/setup_14.x | bash
1315

0 commit comments

Comments
 (0)