Skip to content

Commit

Permalink
KOGITO-9362: Fix dev mode image to version 1.40 on kn-plugin-workflow (
Browse files Browse the repository at this point in the history
  • Loading branch information
ederign authored Jun 27, 2023
1 parent db728f1 commit a940845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kn-plugin-workflow/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = composeEnv([require("@kie-tools/root-env/env")], {
},
KN_PLUGIN_WORKFLOW__devModeImage: {
name: "KN_PLUGIN_WORKFLOW__devModeImage",
default: "quay.io/kiegroup/kogito-swf-devmode:1.40.1",
default: "quay.io/kiegroup/kogito-swf-devmode:1.40",
description: "SonataFlow dev mode image (used on cli run)",
},
}),
Expand Down

0 comments on commit a940845

Please sign in to comment.