Skip to content

Commit 704a36d

Browse files
impl
Signed-off-by: Yaroslav Borbat <[email protected]>
1 parent f200dc9 commit 704a36d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

images/virt-artifact/werf.inc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ packages:
2929
image: {{ $.ImageName }}
3030
final: false
3131
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "base-alt-p11" "builder/alt-go-svace" }}
32-
fromCacheVersion: "03"
32+
fromCacheVersion: "04"
3333
mount:
3434
- fromPath: ~/go-pkg-cache
3535
to: /go/pkg

images/virt-launcher/werf.inc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
image: {{ $.ImageName }}
33
final: true
44
fromImage: distroless
5+
fromCacheVersion: "01"
56
import:
67
- image: {{ $.ImageName }}-binaries
78
add: /relocate

0 commit comments

Comments
 (0)