Skip to content

Commit 523f817

Browse files
committed
update image
1 parent caa6206 commit 523f817

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

local/local_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ func testImage(t *testing.T, when spec.G, it spec.S) {
717717
h.AssertNil(t, err)
718718

719719
// based on static base image refs
720-
expectedTime := time.Date(2018, 10, 2, 17, 19, 34, 239926273, time.UTC)
720+
expectedTime := time.Date(2024, 9, 26, 21, 31, 42, 0, time.UTC)
721721
if daemonOS == "windows" {
722722
expectedTime = time.Date(2020, 03, 04, 13, 28, 48, 673000000, time.UTC)
723723
}

testhelpers/testhelpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ func RunnableBaseImage(os string) string {
413413
// windows/amd64 image from manifest cached on github actions Windows 2019 workers: https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md#docker-images
414414
return "mcr.microsoft.com/windows/nanoserver@sha256:08c883692e527b2bb4d7f6579e7707a30a2aaa66556b265b917177565fd76117"
415415
}
416-
return "busybox@sha256:915f390a8912e16d4beb8689720a17348f3f6d1a7b659697df850ab625ea29d5"
416+
return "busybox@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83"
417417
}
418418

419419
func StringElementAt(elements []string, offset int) string {

0 commit comments

Comments
 (0)