Building auto-pause needs go1.17
parent
5da2fb7ed4
commit
946856dfe9
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
# multi-tage docker build so we can build auto-pause for arm64
|
||||
FROM golang:1.16
|
||||
FROM golang:1.17
|
||||
WORKDIR /src
|
||||
# becaue auto-pause binary depends on minikube's code we need to pass the whole source code as the context
|
||||
ADD . .
|
||||
|
|
Loading…
Reference in New Issue