docker, containerd ver. bump

This commit is contained in:
Rmys
2024-05-02 12:24:47 +03:00
parent c4805fe4b4
commit f99b424c9e
3 changed files with 21 additions and 7 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ from pisi.actionsapi import get
shelltools.export("DISABLE_WARN_OUTSIDE_CONTAINER", "1")
shelltools.export("AUTO_GOPATH", "1")
shelltools.export("DOCKER_GITCOMMIT","659604f")
shelltools.export("DOCKER_GITCOMMIT","ac2de55")
shelltools.export("IAMSTATIC", "false")
shelltools.export("VERSION", "24.0.2")
shelltools.export("VERSION", "26.1.1")
shelltools.export("GOROOT","/usr/lib/go")
shelltools.export("GO111MODULE","off")