Skip to content

Commit

Permalink
Use testing repository for PHP 8.3 agent
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Mar 3, 2024
1 parent d85be3e commit 890f780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/alpine/8.3/Dockerfile
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache nodejs npm \
&& npm install -g yarn --unsafe-perm

# PHP
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community \
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php83 \
php83-bcmath \
php83-cli \
Expand Down Expand Up @@ -47,7 +47,7 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community \
php83-sodium \
php83-tokenizer \
php83-xdebug \
# php83-xsl \
php83-xsl \
php83-xml \
php83-xmlreader \
php83-xmlwriter \
Expand Down

0 comments on commit 890f780

Please sign in to comment.