chore(interop): update to nim 1.6.16 (#344)

This commit is contained in:
diegomrsantos 2024-01-25 20:40:31 +01:00 committed by GitHub
parent dd2d5744ca
commit 0e5bf85a1a
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,4 +1,4 @@
ARG NimVersion="1.6.10"
ARG NimVersion="1.6.16"
FROM nimlang/nim:${NimVersion}-alpine as builder
WORKDIR /app