Skip to content

Commit

Permalink
test(deps): update dependency nix to v2.24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent b98ca50 commit 91b337a
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.1
RUN install-tool kustomize 5.4.3

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.24.6
RUN install-tool nix 2.24.7

# 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.6
RUN install-tool nix 2.24.7

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.6
RUN install-tool nix 2.24.7

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

0 comments on commit 91b337a

Please sign in to comment.