Skip to content

Commit

Permalink
test(deps): update dependency nix to v2.18.1 (#1534)
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] committed Oct 3, 2023
1 parent 5324ecf commit fc8aab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
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
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
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

0 comments on commit fc8aab4

Please sign in to comment.