-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump up Velero base image to latest patch release
Signed-off-by: allenxu404 <[email protected]>
- Loading branch information
1 parent
f1c93bd
commit f92cdb1
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ RUN mkdir -p /output/usr/bin && \ | |
go clean -modcache -cache | ||
|
||
# Velero image packing section | ||
FROM paketobuildpacks/run-jammy-tiny:0.2.5 | ||
FROM paketobuildpacks/run-jammy-tiny:0.2.11 | ||
|
||
LABEL maintainer="Xun Jiang <[email protected]>" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bump up Velero base image to latest patch release |