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