fix(dockerfile): fix matching of base images to local Dockerfiles by stripping registry prefixes when comparing image references

This commit is contained in:
2026-02-04 14:01:57 +00:00
parent 36f06cef09
commit 7b7064864e
3 changed files with 46 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsdocker',
version: '1.4.2',
version: '1.4.3',
description: 'develop npm modules cross platform with docker'
}