From dbd549f1d97af092cbad6b169f45d0de9b7e3df2 Mon Sep 17 00:00:00 2001 From: QWp6t Date: Sat, 15 Jun 2024 12:55:17 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20add=20php=208.2=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5374a4..cf30cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3-alpine3.19 +FROM php:8.2-alpine3.19 LABEL org.opencontainers.image.description "The official Laracord container for Pterodactyl-based panels."