Skip to content

Commit f9b1db5

Browse files
committed
Fix python-node executor
1 parent fd52c1f commit f9b1db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ executors:
1111
password: $DASH_PAT_DOCKERHUB
1212
node-executor:
1313
docker:
14-
- image: cimg/3.11.7-node
14+
- image: cimg/python:3.11.7-node
1515
auth:
1616
username: dashautomation
1717
password: $DASH_PAT_DOCKERHUB

0 commit comments

Comments
 (0)