Tests: Dockerfile: Change base to nimlang/nim:latest.

This commit is contained in:
Constantine Molchanov 2026-06-10 14:15:58 +04:00
parent 433e48789d
commit 756558d3e9
No known key found for this signature in database
GPG Key ID: 933693C95E59269C

View File

@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM nimlang/nim:latest
RUN apt-get update && apt-get install -y --no-install-recommends \
cmake gcc make git curl ca-certificates xz-utils \