From 60313167cecdb58522e40e6aa1dca2d12c03d642 Mon Sep 17 00:00:00 2001 From: Andy Durant Date: Wed, 5 Apr 2023 09:13:01 +0100 Subject: [PATCH] update to v23.0.3 --- docker-engine.nuspec | 2 +- tools/chocolateyInstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-engine.nuspec b/docker-engine.nuspec index 15ba031..a0a40b9 100644 --- a/docker-engine.nuspec +++ b/docker-engine.nuspec @@ -6,7 +6,7 @@ docker-engine - 20.10.24 + 23.0.3 https://github.com/AJDurant/choco-docker-engine AJDurant diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index 6ef90e0..94d2922 100644 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -22,7 +22,7 @@ $packageArgs = @{ # You can also use checksum.exe (choco install checksum) and use it # e.g. checksum -t sha256 -f path\to\file - Checksum = 'A925B1EF9CB71C5EA35FE8EF459B231AB14BE22764B84529A2D15883F3E9B571' + Checksum = 'C8910AD959E5E252F2815540A9BCD038ACF31101D52445A77B8E9E4489DDCC90' ChecksumType = 'sha256' }