docker ver. bump

This commit is contained in:
Rmys
2026-04-09 16:19:39 +03:00
parent a815431e97
commit 73bb6dc425
2 changed files with 11 additions and 4 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","f78c987")
shelltools.export("DOCKER_GITCOMMIT","daa0cb7")
shelltools.export("IAMSTATIC", "false")
shelltools.export("VERSION", "29.3.1")
shelltools.export("VERSION", "29.4.0")
shelltools.export("GOROOT","/usr/lib/go")
shelltools.export("GO111MODULE","off")