From 88a03a85b3c84780393c75a77b52b02bfa85864a Mon Sep 17 00:00:00 2001 From: Achton Smidt Winther Date: Thu, 2 Nov 2023 19:43:11 +0100 Subject: [PATCH] Add the 8.3 RC docker image for early testing. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 434d9b9..bf50d88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ ARG php="8.2" FROM php:8.0-fpm-alpine@sha256:173daec831fa47844c876258a19741c7a1928524b5e1936a2b1e7c1f58ec1b12 AS php8.0 FROM php:8.1-fpm-alpine@sha256:53b41cf30f082d8d6f05ae6c718226e230805b309045fbfc40732907829be123 AS php8.1 FROM php:8.2-fpm-alpine@sha256:c0fca44d0e3f6bf9555bb8bafa2402fe278f0f947afc4a30729deba5e3f50410 AS php8.2 +FROM php:8.3-rc-fpm-alpine@sha256:0fd27d03937fceed301c946f4d08b5c0946e67069b9c2053d3d221b49e84960a AS php8.3 ## Helper images FROM blackfire/blackfire:2@sha256:8e29a1ea0ff2500e196881650f9826ebf27aa763cc7edeb750a145b73ac49cf2 AS blackfire