Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Jul 17, 2024
1 parent 63d33f6 commit 52fc4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.seeder
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM composer:2 AS migrate
WORKDIR /app

RUN apk add --no-cache php82-pdo_pgsql php82-pgsql php82-pecl-redis php82-iconv php82-zip
RUN apk add --no-cache php83-pdo_pgsql php83-pgsql php83-pecl-redis php83-iconv php83-zip
COPY ./etc/php/php.ini ${PHP_INI_DIR}/conf.d/php.ini

COPY composer.json composer.lock artisan ./
Expand Down

0 comments on commit 52fc4e1

Please sign in to comment.