docker: 27.3.0 -> 27.3.1

(cherry picked from commit e55b3cf758)
This commit is contained in:
R. Ryantm 2024-10-14 04:35:04 +00:00 committed by teutat3s
parent b493b0e7cc
commit 7f56f21987
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -330,9 +330,9 @@ rec {
};
docker_27 = callPackage dockerGen rec {
version = "27.3.0";
version = "27.3.1";
cliRev = "v${version}";
cliHash = "sha256-1z2MmWq+HD2fhpZqXu0G7oBL3Mc0NN/fR69aMWRelns=";
cliHash = "sha256-Iurud1BwswGZCFgJ04/wl1U9AKcsXDmzFXLFCrjfc0Y=";
mobyRev = "v${version}";
mobyHash = "sha256-AKl06k2ePWOFhL3oH086HcLLYs2Da+wLOcGjGnQ0SXE=";
runcRev = "v1.1.14";