Skip to content

Commit

Permalink
test(deps): update dependency nix to v2.24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent c1fabe0 commit 8c61b09
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 8c61b09

Please sign in to comment.