Skip to content

Commit

Permalink
Merge pull request #57 from core23/xsl-fix
Browse files Browse the repository at this point in the history
Use testing repository for PHP 8.3 agent
  • Loading branch information
core23 committed Mar 3, 2024
2 parents e76c086 + fca82b8 commit 6e98df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 6e98df7

Please sign in to comment.