Skip to content

Commit

Permalink
test(deps): update dependency nix to v2.24.10 (main) (#3531)
Browse files Browse the repository at this point in the history
test(deps): update dependency nix to v2.24.10

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent f9640cc commit 431ab44
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.2
RUN install-tool kustomize 5.5.0

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.24.9
RUN install-tool nix 2.24.10

# renovate: datasource=github-releases packageName=PowerShell/PowerShell
RUN install-tool powershell v7.4.6
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 12021

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.24.9
RUN install-tool nix 2.24.10

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.9
RUN install-tool nix 2.24.10

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

0 comments on commit 431ab44

Please sign in to comment.