From 9f057d3008f10de3f47db0dd86fd6a4265d6d260 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 14 Mar 2024 16:36:11 -0700 Subject: [PATCH] Update hello-world Changes: - https://github.com/docker-library/hello-world/commit/9421ae1: Merge pull request https://github.com/docker-library/hello-world/pull/114 from infosiftr/marm - https://github.com/docker-library/hello-world/commit/a1c9877: Add `-marm` to arm32v6 so it can be armv6-from-armv7-compiler instead of armv6-from-armv5-compiler --- library/hello-world | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/hello-world b/library/hello-world index f675e57bd4839..d320a69ecdf59 100644 --- a/library/hello-world +++ b/library/hello-world @@ -12,7 +12,7 @@ amd64-GitCommit: 3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee amd64-Directory: amd64/hello-world arm32v5-GitCommit: 3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee arm32v5-Directory: arm32v5/hello-world -arm32v6-GitCommit: 61f3ba26fe1d027b5b443c04ac2b0690fd97561a +arm32v6-GitCommit: a1c987751fdbc98c744ce09d20fa5ca706608ac0 arm32v6-Directory: arm32v6/hello-world arm32v7-GitCommit: 3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee arm32v7-Directory: arm32v7/hello-world