Skip to content

Commit

Permalink
test(deps): update dependency nix to v2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent a541785 commit b8a0f53
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.26.0
RUN install-tool nix 2.26.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 @@ -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.26.0
RUN install-tool nix 2.26.1

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

0 comments on commit b8a0f53

Please sign in to comment.