From 5305899d2cca3982ed999845c84d1840f0678908 Mon Sep 17 00:00:00 2001 From: Ning Shang Date: Tue, 8 Apr 2025 09:31:17 -0700 Subject: [PATCH] Minor fix: use capitalized Dockerfile keyword This is a minor improvement. --- pkg/r10e-docker/files/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/r10e-docker/files/Dockerfile b/pkg/r10e-docker/files/Dockerfile index 49685eb..9eaa1c5 100644 --- a/pkg/r10e-docker/files/Dockerfile +++ b/pkg/r10e-docker/files/Dockerfile @@ -1,5 +1,5 @@ # The following information is from https://hub.docker.com/r/nixos/nix/tags -FROM nixos/nix:2.20.1@sha256:bbd436fac4b50712fb065c3cb1d74702aa9d731cc6cc702dbba20a9ccb2d8769 as image_builder +FROM nixos/nix:2.20.1@sha256:bbd436fac4b50712fb065c3cb1d74702aa9d731cc6cc702dbba20a9ccb2d8769 AS image_builder ######################################################### # Step 1: Prepare nixpkgs for reproducible (r10e) builds