Skip to content

Commit

Permalink
test(deps): update dependency nix to v2.26.0 (main) (#3985)
Browse files Browse the repository at this point in the history
test(deps): update dependency nix to v2.26.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent d34d445 commit a12e83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/nix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ FROM base AS testb
USER 12021

# renovate: datasource=github-releases packageName=containerbase/nix-prebuild
RUN install-tool nix 2.25.4
RUN install-tool nix 2.26.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 @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-nix

# renovate: datasource=github-releases packageName=containerbase/nix-prebuild
RUN install-tool nix 2.25.4
RUN install-tool nix 2.26.0

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

0 comments on commit a12e83a

Please sign in to comment.