Skip to content

Commit

Permalink
Merge pull request kubeagi#780 from wangxinbiao/main
Browse files Browse the repository at this point in the history
fix:the dataprocessing image cannot be build.
  • Loading branch information
bjwswang authored Feb 29, 2024
2 parents d5053b1 + 460c867 commit 2321d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/data_processing_image_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main]
paths:
- 'pypi/data-processing'
- 'pypi/data-processing/**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion pypi/data-processing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.13-slim
FROM python:3.11.5-slim

ENV TZ=Asia/Shanghai

Expand Down

0 comments on commit 2321d4d

Please sign in to comment.