Skip to content

Commit

Permalink
test(deps): update dependency nix to v2.23.3 (#2905)
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 Jul 8, 2024
1 parent f49ee43 commit ca6a689
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.166.0
RUN install-tool kustomize 5.4.2

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.23.2
RUN install-tool nix 2.23.3

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

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.23.2
RUN install-tool nix 2.23.3

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

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.23.2
RUN install-tool nix 2.23.3

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

0 comments on commit ca6a689

Please sign in to comment.