diff --git a/Dockerfile.integration b/Dockerfile.integration index 55eb04b4..9debc0d3 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,5 +1,5 @@ # Running this docker image runs the integration tests. -FROM golang:1.14 +FROM golang:1.19beta1 RUN apt-get update -y && apt-get install sudo stunnel4 redis memcached -y && rm -rf /var/lib/apt/lists/*