Skip to content

Commit

Permalink
test(deps): update dependency nix to v2.24.4 (#3154)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 49c40d1 commit 921d2dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN install-tool kubectl v1.31.0
RUN install-tool kustomize 5.4.3

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.24.3
RUN install-tool nix 2.24.4

# renovate: datasource=github-releases packageName=PowerShell/PowerShell
RUN install-tool powershell v7.4.5
Expand Down
2 changes: 1 addition & 1 deletion test/nix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ FROM base AS testb
USER 1000

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.24.3
RUN install-tool nix 2.24.4

RUN set -ex; \
nix --version
Expand Down
2 changes: 1 addition & 1 deletion test/nix/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-nix

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.24.3
RUN install-tool nix 2.24.4

#--------------------------------------
# Image: final
Expand Down

0 comments on commit 921d2dc

Please sign in to comment.