Skip to content

Commit c6a4b13

Browse files
committed
markoshust/magento-php:7.2-fpm-3 not found #167
1 parent 186bfa4 commit c6a4b13

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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+
## [23.2.3] - 2019-07-20
12+
13+
### Fixed
14+
- The `php` base Docker image changed from Debian Stretch to Buster and broke a lot of packages, which caused a failed build for `7.1-fpm-12` & `7.2-fpm-3` tags. This update pegs the `php` Docker image to Debian Stretch.
15+
1116
## [23.2.2] - 2019-07-17
1217

1318
### Fixed

compose/magento-2/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Mark Shust's Docker Configuration for Magento (https://github.com/markshust/docker-magento)
2-
# Version 23.2.2
2+
# Version 23.2.3
33

44
version: "3"
55

compose/magento-2/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Mark Shust's Docker Configuration for Magento (https://github.com/markshust/docker-magento)
2-
# Version 23.2.2
2+
# Version 23.2.3
33

44
version: "3"
55

images/php/7.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.1-fpm
1+
FROM php:7.1-fpm-stretch
22
MAINTAINER Mark Shust <[email protected]>
33

44
RUN apt-get update && apt-get install -y \

images/php/7.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.2-fpm
1+
FROM php:7.2-fpm-stretch
22
MAINTAINER Mark Shust <[email protected]>
33

44
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)