diff --git a/tests/hole-punching-interop/Dockerfile b/tests/hole-punching-interop/Dockerfile index f5a0c2681..f7dd1b006 100644 --- a/tests/hole-punching-interop/Dockerfile +++ b/tests/hole-punching-interop/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.5-labs -FROM nimlang/nim:1.6.14 as builder +FROM nimlang/nim:1.6.16 as builder WORKDIR /workspace