From 97c157ffbb608ffa024ee49350fe2a900bd69ff2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:09:58 +0000 Subject: [PATCH] build(deps): update nimlang/nim docker tag to v2.2.0 (#85) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2da202..7a1b366 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nimlang/nim:2.0.8-alpine AS builder +FROM nimlang/nim:2.2.0-alpine AS builder WORKDIR /usr/src/app