Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update dependency nix to v2.18.1 #1534

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN install-tool helmfile v0.156.0
RUN install-tool kustomize 5.1.1

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.18.0
RUN install-tool nix 2.18.1

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

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.18.0
RUN install-tool nix 2.18.1

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

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.18.0
RUN install-tool nix 2.18.1

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