Skip to content

Commit

Permalink
Merge pull request #270 from gounthar/updatecli-for-npm
Browse files Browse the repository at this point in the history
chore(updatecli): Corrects the node replacement regexp
  • Loading branch information
dduportal authored Jul 4, 2023
2 parents 603bbfb + fa48c14 commit 004beae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ targets:
matchpattern: >-
(.*docker.*run.*)node:.*( .*)
replacepattern: >-
${1}node:{{ source "nodeLatestVersion" }}-alpine{{ source "alpineLatestVersion" }}${3}
${1}node:{{ source "nodeLatestVersion" }}-alpine{{ source "alpineLatestVersion" }}${2}
scmid: default

actions:
Expand Down

0 comments on commit 004beae

Please sign in to comment.