From fca82b8ddb6922ad1a14e57010da317e70972325 Mon Sep 17 00:00:00 2001 From: core23 Date: Sun, 3 Mar 2024 19:56:58 +0100 Subject: [PATCH] Use testing repository for PHP 8.3 agent --- php/alpine/8.3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/alpine/8.3/Dockerfile b/php/alpine/8.3/Dockerfile index 77d6ef8..63c9f4e 100644 --- a/php/alpine/8.3/Dockerfile +++ b/php/alpine/8.3/Dockerfile @@ -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 \