mirror of
https://github.com/langgenius/dify-sandbox.git
synced 2026-07-25 21:46:12 -04:00
[PR #210] [MERGED] Use DHI images instead of standard library images for better security #211
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-sandbox/pull/210
Author: @41tair
Created: 1/13/2026
Status: ✅ Merged
Merged: 1/14/2026
Merged by: @41tair
Base:
main← Head:fix/bump-versions📝 Commits (8)
d1cf191Use DHI images instead of standard library images for better security169eb5afix sed error when PYTHON_VERSION contain '/'33d77ffupdate dockerfile to pull dhi image6064c88fix github action syntax error6b44404fix the directory not found in debian13a2b0ae0fix the missed packagecb7be3dfix the python3 path link1f1f6c3bump default python version to 3.14 and add new lib path📊 Changes
15 files changed (+61 additions, -30 deletions)
View changed files
📝
.github/workflows/build-universal.yml(+7 -0)📝
.github/workflows/build.yml(+7 -0)📝
.github/workflows/tests.yml(+7 -0)📝
FAQ.md(+8 -6)📝
conf/config.yaml(+1 -1)📝
docker/generate.sh(+2 -2)📝
docker/templates/base.dockerfile(+4 -3)📝
docker/templates/production.dockerfile(+4 -3)📝
docker/templates/test.dockerfile(+6 -3)📝
docker/versions.yaml(+3 -3)📝
go.mod(+1 -1)📝
internal/static/config.go(+1 -1)📝
internal/static/config_default_amd64.go(+3 -2)📝
internal/static/config_default_arm64.go(+3 -2)📝
tests/integration_tests/conf/config.yaml(+4 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.