v0.25.9
Dokploy/dokployv0.25.9Nov 20, 2025by github-actions[bot]
AI Summary
This release addresses Docker command execution issues by using cleaner environments and enhancing environment variable handling for shell commands.
Key Highlights
- Updated Docker command execution to use a clean environment
- Enhanced environment variable handling for shell commands
New Features
- Enhanced environment variable handling
Full Release Notes
In case where you have troubles to update to the latest version you can run the following command: ```bash curl -sSL https://dokploy.com/install.sh | sh -s update ``` ## What's Changed * fix: update Docker command execution to use a clean environment by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3062 * feat: enhance environment variable handling for shell commands by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3066 **Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.25.8...v0.25.9