Skip to content

Commit 3b3d797

Browse files
committed
arg not export
1 parent 1b3e89c commit 3b3d797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ RUN addgroup --system nixbld \
324324
USER coder
325325

326326
# Install Nix
327-
export NIX_VERSION=2.3.15
327+
ARG NIX_VERSION=2.3.15
328328
RUN curl --silent --show-error --location \
329329
"https://releases.nixos.org/nix/nix-${NIX_VERSION}/nix-${NIX_VERSION}-x86_64-linux.tar.xz" \
330330
-o "nix-${NIX_VERSION}-x86_64-linux.tar.xz"

0 commit comments

Comments
 (0)