Skip to content

Commit 55013f7

Browse files
authored
Merge pull request #3 from Larium/bug/typo
Fix typo
2 parents 8175c86 + 818b7d2 commit 55013f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/php8.3-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && \
1111
docker-php-source delete && \
1212
rm -r /tmp/* /var/cache/*
1313

14-
COPY ./.docker/php8.0-cli/php-ini-overrides.ini /usr/local/etc/php/conf.d/99-overrides.ini
14+
COPY ./.docker/php8.3-cli/php-ini-overrides.ini /usr/local/etc/php/conf.d/99-overrides.ini
1515

1616
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
1717
&& php composer-setup.php \

0 commit comments

Comments
 (0)