Skip to content

Commit

Permalink
test(deps): update dependency nix to v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 6d66945 commit edeb100
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN install-tool helmfile v0.165.0
RUN install-tool kustomize 5.4.2

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.22.1
RUN install-tool nix 2.23.0

# renovate: datasource=github-releases packageName=PowerShell/PowerShell
RUN install-tool powershell v7.4.2
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN install-tool helmfile v0.165.0
RUN install-tool kustomize 5.4.2

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.22.1
RUN install-tool nix 2.23.0

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

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.22.1
RUN install-tool nix 2.23.0

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 @@ -26,7 +26,7 @@ RUN install-containerbase
FROM base as test-nix

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.22.1
RUN install-tool nix 2.23.0

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

0 comments on commit edeb100

Please sign in to comment.