File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ targets:
7171 scmid : default
7272 spec :
7373 file : .devcontainer/setup.sh
74- matchpattern : ' (YQ_VERSION="\$\{YQ_VERSION:-v)([^" ]+)(".* )'
74+ matchpattern : ' (YQ_VERSION="\$\{YQ_VERSION:-v)([0-9. ]+)(}" )'
7575 replacepattern : ' ${1}{{ source "yq" }}${3}'
7676
7777 docker-feature-version :
@@ -81,8 +81,10 @@ targets:
8181 scmid : default
8282 spec :
8383 file : .devcontainer/devcontainer.json
84- matchpattern : ' ("ghcr\.io/devcontainers/features/docker-in-docker:2":\s*\{\s*" version":\s* ")([^" ]+)(".* )'
84+ matchpattern : ' ("version": ")([0-9. ]+)(", )'
8585 replacepattern : ' ${1}{{ source "docker-version" }}${3}'
86+ search :
87+ pattern : ' ghcr\.io/devcontainers/features/docker-in-docker'
8688
8789 github-cli-feature-version :
8890 name : ' [.devcontainer/devcontainer.json] Bump GitHub CLI version'
@@ -91,8 +93,10 @@ targets:
9193 scmid : default
9294 spec :
9395 file : .devcontainer/devcontainer.json
94- matchpattern : ' ("ghcr\.io/devcontainers/features/github-cli:1":\s*\{\s*" version":\s* ")([^" ]+)(".* )'
96+ matchpattern : ' ("version": ")([0-9. ]+)(")'
9597 replacepattern : ' ${1}{{ source "github-cli" }}${3}'
98+ search :
99+ pattern : ' ghcr\.io/devcontainers/features/github-cli'
96100
97101actions :
98102 default :
You can’t perform that action at this time.
0 commit comments