mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-09-23 00:57:14 +00:00
chore(deps): upgrade the envbuilder and kaniko dependencies (#74)
* chore(deps): upgrade the envbuilder and kaniko dependencies * make it build
This commit is contained in:
parent
bceddea8cc
commit
dabb7f31aa
3 changed files with 43 additions and 44 deletions
internal/provider
|
@ -473,7 +473,7 @@ func runCacheProbe(ctx context.Context, builderImage string, opts eboptions.Opti
|
|||
return nil, fmt.Errorf("failed to create kaniko dir: %w", err)
|
||||
}
|
||||
// Use the temporary directory as our 'magic dir'.
|
||||
opts.MagicDirBase = tmpKanikoDir
|
||||
opts.WorkingDirBase = tmpKanikoDir
|
||||
|
||||
// In order to correctly reproduce the final layer of the cached image, we
|
||||
// need the envbuilder binary used to originally build the image!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue