docker ver. bump

This commit is contained in:
Rmys
2025-11-10 15:16:03 +03:00
parent 11c5a49917
commit 0b99fb4d46
3 changed files with 20 additions and 6 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","e77ff99")
shelltools.export("DOCKER_GITCOMMIT","f8215cc")
shelltools.export("IAMSTATIC", "false")
shelltools.export("VERSION", "28.3.2")
shelltools.export("VERSION", "28.5.1")
shelltools.export("GOROOT","/usr/lib/go")
shelltools.export("GO111MODULE","off")