diff --git a/build/Dockerfile b/build/Dockerfile index 557504c1e..a37216132 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile of the default image of litmus-generic-e2e docker executor -FROM golang:alpine +FROM golang:1.21.4-alpine3.18 ARG KUBECTL_VERSION=1.18.0