Shao Yu-Lung (Allen)
047ab51e43
Merge pull request #3658 from laradock/dependabot/npm_and_yarn/DOCUMENTATION/mdast-util-to-hast-13.2.1
...
build(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /DOCUMENTATION
2025-12-11 17:35:52 +08:00
Shao Yu-Lung (Allen)
ad9f9bd7f3
Merge pull request #3575 from laradock/dependabot/npm_and_yarn/react/cross-spawn-7.0.6
...
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /react
2025-12-11 17:32:46 +08:00
Shao Yu-Lung (Allen)
c300bd57f3
Merge pull request #3565 from laradock/dependabot/npm_and_yarn/react/http-proxy-middleware-2.0.7
...
build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /react
2025-12-11 17:26:20 +08:00
Shao Yu-Lung (Allen)
65d31e87b9
Merge pull request #3562 from laradock/dependabot/npm_and_yarn/react/multi-9f37c16f8f
...
build(deps): bump cookie and express in /react
2025-12-11 17:16:27 +08:00
Shao Yu-Lung (Allen)
259e86334c
Merge branch 'master' into dependabot/npm_and_yarn/react/multi-9f37c16f8f
2025-12-11 17:12:13 +08:00
dependabot[bot]
2425de2562
build(deps): bump mdast-util-to-hast in /DOCUMENTATION
...
Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast ) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases )
- [Commits](https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1 )
---
updated-dependencies:
- dependency-name: mdast-util-to-hast
dependency-version: 13.2.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-11 07:05:32 +00:00
Shao Yu-Lung (Allen)
b47f7af0f3
Merge pull request #3556 from laradock/dependabot/npm_and_yarn/react/rollup-2.79.2
...
build(deps): bump rollup from 2.79.1 to 2.79.2 in /react
2025-12-11 14:58:46 +08:00
Shao Yu-Lung (Allen)
22c368be78
Merge pull request #3555 from laradock/dependabot/npm_and_yarn/react/multi-9423f4c335
...
build(deps): bump body-parser and express in /react
2025-12-11 14:58:17 +08:00
Shao Yu-Lung (Allen)
807dffc755
Merge pull request #3554 from laradock/dependabot/npm_and_yarn/react/multi-cf87d80143
...
build(deps): bump send and express in /react
2025-12-11 14:57:53 +08:00
Shao Yu-Lung (Allen)
41c400354a
Merge pull request #3553 from laradock/dependabot/npm_and_yarn/react/multi-d66d039ac5
...
build(deps): bump serve-static and express in /react
2025-12-11 14:55:34 +08:00
Shao Yu-Lung (Allen)
948dd30638
Merge pull request #3549 from laradock/dependabot/npm_and_yarn/react/multi-d1b64f7343
...
build(deps): bump path-to-regexp and express in /react
2025-12-11 14:40:07 +08:00
Shao Yu-Lung (Allen)
2ef03bd14b
Merge branch 'master' into dependabot/npm_and_yarn/react/multi-d1b64f7343
2025-12-11 14:39:41 +08:00
Shao Yu-Lung (Allen)
f90b8d5191
Merge pull request #3546 from laradock/dependabot/npm_and_yarn/react/micromatch-4.0.8
...
build(deps): bump micromatch from 4.0.5 to 4.0.8 in /react
2025-12-11 14:37:51 +08:00
Shao Yu-Lung (Allen)
6d12c86ecf
Merge pull request #3545 from laradock/dependabot/npm_and_yarn/react/webpack-5.94.0
...
build(deps): bump webpack from 5.76.3 to 5.94.0 in /react
2025-12-11 14:37:06 +08:00
Shao Yu-Lung (Allen)
2b3de89be4
Merge pull request #3650 from Th3Trig3rFac3/terraform-update
...
Update terraform version to a released safe one
2025-12-11 14:33:31 +08:00
Shao Yu-Lung (Allen)
3f903ebc38
Merge branch 'master' into terraform-update
2025-12-11 14:33:20 +08:00
Shao Yu-Lung (Allen)
d13cc40fe8
Merge pull request #3652 from Th3Trig3rFac3/master
...
Update DIND version
2025-12-11 14:32:04 +08:00
Juhász Domonkos
556e746d83
Update Docker-in-Docker image to version 29 in docker-compose.yml.
2025-11-18 13:13:58 +01:00
Shao Yu-Lung (Allen)
7ca5809928
Merge pull request #3644 from Th3Trig3rFac3/master
...
Update dind version
2025-11-16 20:13:01 +08:00
Juhász Domonkos
47f8b508a0
restore dind version
2025-10-13 09:26:41 +02:00
Juhász Domonkos
b3634c061c
Update terraform to a safe version
2025-10-13 09:24:39 +02:00
Juhász Domonkos
d635f22a79
Update dind version
2025-09-11 09:05:27 +02:00
Carlo Mario Chierotti
41664649eb
Updated mysql/Dockerfile ( #3557 )
2025-08-05 11:42:29 +08:00
Masud Zaman
12576819b7
Allow apt-get update to accept release info changes dynamically ( #3611 )
...
* Fix workspace APT compatibility with Ubuntu PPAs by supporting ReleaseInfo change (backward-compatible)
* Allow apt-get update to accept release info changes dynamically
* Fix: Correct condition to set APT_GET_UPDATE_OPTIONS in Dockerfile
- Fixed the condition that sets the APT_GET_UPDATE_OPTIONS variable based on the WORKSPACE_ALLOW_RELEASE_INFO_CHANGE environment variable.
- Ensured proper syntax for condition evaluation to correctly pass the empty string when false.
* Fix variable name
* Set default value of WORKSPACE_ALLOW_RELEASE_INFO_CHANGE as false
2025-08-05 11:36:46 +08:00
诚城
20dade55ef
📃 docs(README-zh): ( #3618 )
...
Add Windows settings.
Remove changes such as php fpm version etc.
2025-06-27 21:57:46 +08:00
Shao Yu-Lung (Allen)
2216b15a11
fix: wkhtmltopdf ( #3623 )
2025-06-05 19:16:14 +08:00
Shao Yu-Lung (Allen)
cca3ba4d2d
devops(workspace): ci build job bypass python2 ( #3622 )
2025-06-04 18:04:46 +08:00
Shao Yu-Lung (Allen)
d7be7edcdd
Merge pull request #3621 from laradock/fix-3619
...
fix(workspace): base image GID UID 1000 already exists
2025-06-04 16:32:16 +08:00
Shao Yu-Lung (Allen)
70b7866128
fix(workspace): base image GID UID 1000 already exists
2025-06-04 16:04:57 +08:00
Shao Yu-Lung (Allen)
7d29e351ff
chore(workspace): bump nvm version ( #3620 )
2025-06-04 15:50:42 +08:00
Mahmoud Zalt
f2b5954e76
Enhance documentation and update it's dependencies
2025-05-17 13:58:36 +02:00
Shao Yu-Lung (Allen)
cca29aa1c9
Merge pull request #3561 from fangyuqiang/fix-openresty-deps
...
Fix openresty brotli library dependencies missing
2025-04-14 10:40:39 +08:00
Shao Yu-Lung (Allen)
84be428015
Merge pull request #3587 from erikn69/patch-30
...
feat: Support PHP 8.4
2025-03-07 16:13:14 +08:00
Shao Yu-Lung (Allen)
9a7edaffc3
Merge pull request #3603 from erikn69/patch-34
...
Fix mongodb
2025-03-07 16:11:40 +08:00
Shao Yu-Lung (Allen)
ba8078c773
Merge pull request #3601 from erikn69/fix_tst
...
Fix smbclient, Fix Swoole
2025-03-02 13:28:59 +08:00
erikn69
84561b2042
Fix mongodb
2025-02-28 12:42:34 -05:00
erikn69
d19acec4de
Fix imagick on php 8.4(temp)
2025-02-28 12:14:53 -05:00
Shao Yu-Lung (Allen)
0d09687f7d
Merge pull request #3581 from hichemfantar/fix-edit-page-link
...
fix: update editUrl in docusaurus.config.ts
2025-02-25 20:31:52 +08:00
erikn69
bd3fdfcfd6
Fix Swoole
2025-02-24 17:46:58 -05:00
erikn69
4170424145
Fix smbclient
2025-02-24 17:03:35 -05:00
erikn69
80d5492767
feat: Support PHP 8.4
2025-02-24 08:52:05 -05:00
Shao Yu-Lung (Allen)
852a86f205
Merge pull request #3584 from erikn69/patch-31
...
Fix IONCUBE on Php 8.3
2025-02-24 15:37:52 +08:00
Shao Yu-Lung (Allen)
5ed50500f8
Merge pull request #3591 from denissceluiko/master
...
Fix for #3590
2025-02-24 15:36:10 +08:00
Shao Yu-Lung (Allen)
879155aa95
Merge pull request #3583 from erikn69/patch-32
...
Fixed pecl redis, PHP <= 7.3 removed
2025-02-17 08:48:23 +08:00
Deniss Celuiko
f6f1f00449
Fix for #3590
2024-12-24 00:28:08 +02:00
erikn69
4b96ad0833
Fixed pecl redis, PHP <= 7.3 removed
2024-11-26 09:36:02 -05:00
erikn69
f3fb403b31
Fix IONCUBE on Php 8.3
2024-11-26 09:12:38 -05:00
Hichem Fantar
fb176e620f
remove outdated comments in docusaurus.config.ts related to editUrl
2024-11-21 17:41:49 +01:00
Hichem Fantar
8293c61062
update editUrl in docusaurus.config.ts to point to the correct repository
2024-11-21 17:41:15 +01:00
dependabot[bot]
0d499fe70e
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /react
...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-19 10:15:13 +00:00