From 6546bd8c88bff44e84026592fe69f13084ed30c2 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Tue, 6 Jan 2026 15:35:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC):=20?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B08.3.29?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- LICENSE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cb1f5ff..779cb77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 基础镜像 -FROM php:8.3.28-fpm +FROM php:8.3.29-fpm # 作者信息 LABEL authors="xiaoqidun" @@ -8,7 +8,7 @@ LABEL authors="xiaoqidun" RUN pecl install redis-6.3.0 \ && docker-php-ext-enable redis -RUN pecl install xdebug-3.4.7 \ +RUN pecl install xdebug-3.5.0 \ && docker-php-ext-enable xdebug RUN pecl install runkit7-4.0.0a6 \ diff --git a/LICENSE b/LICENSE index ccb7859..e10e40a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 xiaoqidun +Copyright (c) 2021-2026 肖其顿 (XIAO QI DUN) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal