summaryrefslogtreecommitdiff
path: root/Dockerfile.e2e
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.e2e')
-rw-r--r--Dockerfile.e2e2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.e2e b/Dockerfile.e2e
index d7f02edc1c..a278741006 100644
--- a/Dockerfile.e2e
+++ b/Dockerfile.e2e
@@ -1,4 +1,4 @@
-ARG GO_VERSION=1.19
+ARG GO_VERSION=1.19.1
FROM golang:${GO_VERSION}-alpine AS base
ENV GO111MODULE=off