From 523f81796305bb9f0b11028cf1e57cf0a6135f7c Mon Sep 17 00:00:00 2001 From: Joey Brown Date: Thu, 7 Nov 2024 17:02:49 -0600 Subject: [PATCH] update image --- local/local_test.go | 2 +- testhelpers/testhelpers.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local/local_test.go b/local/local_test.go index 134248fa..678383a8 100644 --- a/local/local_test.go +++ b/local/local_test.go @@ -717,7 +717,7 @@ func testImage(t *testing.T, when spec.G, it spec.S) { h.AssertNil(t, err) // based on static base image refs - expectedTime := time.Date(2018, 10, 2, 17, 19, 34, 239926273, time.UTC) + expectedTime := time.Date(2024, 9, 26, 21, 31, 42, 0, time.UTC) if daemonOS == "windows" { expectedTime = time.Date(2020, 03, 04, 13, 28, 48, 673000000, time.UTC) } diff --git a/testhelpers/testhelpers.go b/testhelpers/testhelpers.go index 179ec902..5c522cad 100644 --- a/testhelpers/testhelpers.go +++ b/testhelpers/testhelpers.go @@ -413,7 +413,7 @@ func RunnableBaseImage(os string) string { // 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 return "mcr.microsoft.com/windows/nanoserver@sha256:08c883692e527b2bb4d7f6579e7707a30a2aaa66556b265b917177565fd76117" } - return "busybox@sha256:915f390a8912e16d4beb8689720a17348f3f6d1a7b659697df850ab625ea29d5" + return "busybox@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83" } func StringElementAt(elements []string, offset int) string {