Skip to content

Commit

Permalink
Update cron.dockerfile (crater-invoice-inc#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBailey authored Jun 5, 2022
1 parent 96e7300 commit 6eb44fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/cron.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:7.4-fpm-alpine
FROM php:8.0-fpm-alpine

RUN apk add --no-cache \
php7-bcmath
php8-bcmath

RUN docker-php-ext-install pdo pdo_mysql bcmath

Expand Down

0 comments on commit 6eb44fb

Please sign in to comment.