Skip to content

Commit

Permalink
test(deps): update dependency nix to v2.19.3 (#2010)
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 Jan 19, 2024
1 parent 1ced8a9 commit bb4ff05
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
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN install-tool helmfile v0.160.0
RUN install-tool kustomize 5.3.0

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.19.2
RUN install-tool nix 2.19.3

# renovate: datasource=github-releases packageName=PowerShell/PowerShell
RUN install-tool powershell v7.4.1
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.19.2
RUN install-tool nix 2.19.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 @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-nix

# renovate: datasource=github-tags packageName=NixOS/nix
RUN install-tool nix 2.19.2
RUN install-tool nix 2.19.3

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

0 comments on commit bb4ff05

Please sign in to comment.