Skip to content

Commit 3077450

Browse files
committed
upgrade to 28.0.4
1 parent fd999e3 commit 3077450

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-engine.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<metadata>
77
<!-- == PACKAGE SPECIFIC SECTION == -->
88
<id>docker-engine</id>
9-
<version>28.0.3</version>
9+
<version>28.0.4</version>
1010
<packageSourceUrl>https://github.com/AJDurant/choco-docker-engine</packageSourceUrl>
1111
<owners>AJDurant</owners>
1212
<!-- ============================== -->

tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
44
. "$toolsDir\helper.ps1"
55
Test-DockerdConflict
66

7-
$url = "https://download.docker.com/win/static/stable/x86_64/docker-28.0.3.zip" # download url, HTTPS preferred
7+
$url = "https://download.docker.com/win/static/stable/x86_64/docker-28.0.4.zip" # download url, HTTPS preferred
88

99
$pp = Get-PackageParameters
1010

@@ -22,7 +22,7 @@ $packageArgs = @{
2222

2323
# You can also use checksum.exe (choco install checksum) and use it
2424
# e.g. checksum -t sha256 -f path\to\file
25-
Checksum = '05C21D6970C090E6B0D22969ADA55CF06998062D9FF62505BDE52371D8A2B7F0'
25+
Checksum = 'CFAFA2A5EE7E34BACC2077B0828F0733A404423C7A901C79EFC4FF1680DBB716'
2626
ChecksumType = 'sha256'
2727
}
2828

0 commit comments

Comments
 (0)