diff --git a/testing/Dockerfile b/testing/Dockerfile index 87c83ce143..9ad58a46f5 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.3 +FROM golang:1.19.4 RUN apt-get update && apt-get --no-install-recommends -y install unzip \ && apt-get clean \