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

Update Docker Image To demisto/py3-tools #32535

Merged
merged 3 commits into from Jan 31, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions Packs/CommonWidgets/ReleaseNotes/1_2_47.md
@@ -0,0 +1,4 @@

#### Scripts
##### RSSWidget
- Updated the Docker image to: *demisto/py3-tools:1.0.0.86612*.
2 changes: 1 addition & 1 deletion Packs/CommonWidgets/Scripts/RSSWidget/RSSWidget.yml
Expand Up @@ -31,7 +31,7 @@ args:
defaultValue: 'false'
scripttarget: 0
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.84811
dockerimage: demisto/py3-tools:1.0.0.86612
runas: DBotWeakRole
fromversion: 5.5.0
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonWidgets/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Common Widgets",
"description": "Frequently used widgets pack.",
"support": "xsoar",
"currentVersion": "1.2.46",
"currentVersion": "1.2.47",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down