fix(hole-punching-interop): update nim to 1.6.16 (#1012)

This commit is contained in:
diegomrsantos 2024-01-26 11:15:40 +01:00 committed by GitHub
parent 2725be64ba
commit 9468bb6b4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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