We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51f993 commit d5ba3feCopy full SHA for d5ba3fe
test/nix/Dockerfile
@@ -71,7 +71,7 @@ FROM base AS testb
71
USER 12021
72
73
# renovate: datasource=github-releases packageName=containerbase/nix-prebuild
74
-RUN install-tool nix 2.29.0
+RUN install-tool nix 2.29.1
75
76
RUN set -ex; \
77
nix --version
test/nix/Dockerfile.arm64
@@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
38
FROM base AS test-nix
39
40
41
42
43
#--------------------------------------
44
# Image: final
0 commit comments