diff --git a/custom/workflow-helper/app-qps-test/Dockerfile b/custom/workflow-helper/app-qps-test/Dockerfile index 933ec872..a07a5ae3 100644 --- a/custom/workflow-helper/app-qps-test/Dockerfile +++ b/custom/workflow-helper/app-qps-test/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:alpine +FROM golang:1.21.4-alpine3.18 LABEL maintainer="LitmusChaos"