From 98612fdc17bba071ea81cd6e45c15fe3f2e12a12 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Jun 2021 07:25:03 +0000 Subject: [PATCH] feat(dhall-format): update nixos/nix docker tag to v2.3.12 --- dhall-format/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhall-format/Dockerfile b/dhall-format/Dockerfile index e46c1768..ba546695 100644 --- a/dhall-format/Dockerfile +++ b/dhall-format/Dockerfile @@ -1,4 +1,4 @@ -FROM nixos/nix:2.3.11 +FROM nixos/nix:2.3.12 LABEL maintainer="Roki " RUN nix-env --install dhall RUN mkdir -p /code