We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3a47d commit e780258Copy full SHA for e780258
2 files changed
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.34.4
+RUN install-tool nix 2.34.5
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