Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE-1230] fixing cves #1231

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkg/drivemgr/drivemgr-update-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ git commit for proprietary code.
2024/05/29 hal manager CY2310 branch cut. \
2024/06/05 hal manager update 3.8.1.0-2028.443553c
2024/07/18 hal manager cve fixes
2024/07/25 hal manager cve fixes
2024/07/25 hal manager cve fixes
2024/10/04 hal manager cve fixes
2 changes: 1 addition & 1 deletion pkg/scheduler/patcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0a4-alpine3.19
FROM python:3.13.0rc3-alpine3.19

COPY requirements.txt main.py /patcher/
WORKDIR /patcher
Expand Down