diff --git a/Dockerfile.integration b/Dockerfile.integration index f1ef81ff..512164ed 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,5 +1,5 @@ # Running this docker image runs the integration tests. -FROM golang:1.18 +FROM golang:1.21rc3 RUN apt-get update -y && apt-get install sudo stunnel4 redis memcached -y && rm -rf /var/lib/apt/lists/*