Skip to content

Commit c8ddde8

Browse files
committedOct 15, 2020
Updated to new php image 7.4-fpm-2
1 parent 84a08a2 commit c8ddde8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
N/A
1010

11+
## [34.2.0] - 2020-10-15
12+
13+
### Updated
14+
- Updated Composer to version `1.10.15` to avoid nag update messages in new PHP Docker images `7.3-fpm-9`, `7.4-fpm-2`.
15+
1116
## [34.1.0] - 2020-10-15
1217

1318
### Added

‎compose/docker-compose.dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mark Shust's Docker Configuration for Magento
22
# (https://github.com/markshust/docker-magento)
33
#
4-
# Version 34.1.0
4+
# Version 34.2.0
55

66
version: "3"
77

‎compose/docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mark Shust's Docker Configuration for Magento
22
# (https://github.com/markshust/docker-magento)
33
#
4-
# Version 34.1.0
4+
# Version 34.2.0
55

66
version: "3"
77

@@ -21,7 +21,7 @@ services:
2121
- ssldata:/etc/nginx/certs
2222

2323
phpfpm:
24-
image: markoshust/magento-php:7.4-fpm-1
24+
image: markoshust/magento-php:7.4-fpm-2
2525
links:
2626
- db
2727
volumes: *appvolumes
@@ -56,7 +56,7 @@ services:
5656

5757
# Disabling cron by default as it uses higher CPU, enable if needed
5858
#cron:
59-
# image: markoshust/magento-php:7.4-fpm-1
59+
# image: markoshust/magento-php:7.4-fpm-2
6060
# user: root
6161
# command: /usr/local/bin/cronstart
6262
# tty: true

0 commit comments

Comments
 (0)
Please sign in to comment.