From fc8aab49c28f77d1ac6a9377a27885b309fda33d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 07:52:30 +0200 Subject: [PATCH] test(deps): update dependency nix to v2.18.1 (#1534) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/Dockerfile.jammy | 2 +- test/nix/Dockerfile | 2 +- test/nix/Dockerfile.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Dockerfile.jammy b/test/Dockerfile.jammy index 471e39f53..50728d9e5 100644 --- a/test/Dockerfile.jammy +++ b/test/Dockerfile.jammy @@ -63,7 +63,7 @@ RUN install-tool helmfile v0.156.0 RUN install-tool kustomize 5.1.1 # renovate: datasource=github-tags packageName=NixOS/nix -RUN install-tool nix 2.18.0 +RUN install-tool nix 2.18.1 # renovate: datasource=github-releases packageName=PowerShell/PowerShell RUN install-tool powershell v7.3.7 diff --git a/test/nix/Dockerfile b/test/nix/Dockerfile index 949933d28..90edb81d9 100644 --- a/test/nix/Dockerfile +++ b/test/nix/Dockerfile @@ -55,7 +55,7 @@ FROM base as testb USER 1000 # renovate: datasource=github-tags packageName=NixOS/nix -RUN install-tool nix 2.18.0 +RUN install-tool nix 2.18.1 RUN set -ex; \ nix --version diff --git a/test/nix/Dockerfile.arm64 b/test/nix/Dockerfile.arm64 index 91721782c..0123baefb 100644 --- a/test/nix/Dockerfile.arm64 +++ b/test/nix/Dockerfile.arm64 @@ -22,7 +22,7 @@ RUN install-containerbase FROM base as test-nix # renovate: datasource=github-tags packageName=NixOS/nix -RUN install-tool nix 2.18.0 +RUN install-tool nix 2.18.1 #-------------------------------------- # Image: final