Documentation ¶ Index ¶ func UpdateVersions(dir string, newVersion string, name string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func UpdateVersions ¶ func UpdateVersions(dir string, newVersion string, name string) ([]string, error) UpdateVersions scans the directory structure rooted in dir for files that match dockerfileNameRegex and replaces any lines starting with FROM <name>:, ENV <name> or ARG=<name> with the newVersion Types ¶ This section is empty. Source Files ¶ View all Source files dockerfile.go Click to show internal directories. Click to hide internal directories.