Skip to content

Commit

Permalink
chore: outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ictorn committed Aug 3, 2024
1 parent 9f2e710 commit 2670abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agma/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM dunglas/frankenphp:1.2.2-php8.3.9
FROM dunglas/frankenphp:1.2.2-php8.3.10

RUN set -xe \
&& install-php-extensions opcache pdo_pgsql pdo_sqlsrv gd decimal bcmath intl zip soap \
&& install-php-extensions opcache pdo_pgsql pdo_sqlsrv pdo_sqlite gd decimal bcmath intl zip soap \
&& setcap -r /usr/local/bin/frankenphp

COPY config/php.ini /usr/local/etc/php/php.ini
Expand Down

0 comments on commit 2670abf

Please sign in to comment.