Skip to content

Commit

Permalink
Add version limit to ds extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-mxp committed Aug 11, 2024
1 parent dccd6ce commit e483d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /usr/local/bin
RUN curl -L -o install-php-extensions \
https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions \
&& chmod +x install-php-extensions \
&& install-php-extensions ds intl
&& install-php-extensions ds-^1@stable intl

COPY --from=composer:2.7.7 /usr/bin/composer /usr/local/bin/composer

Expand Down

0 comments on commit e483d0c

Please sign in to comment.