Skip to content

Commit bfb54ba

Browse files
committed
fix: dockerfile caseing
1 parent fab9238 commit bfb54ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ WORKDIR /build
2323
#
2424
# Image for building prod
2525
#
26-
FROM base_builder as prod_builder
26+
FROM base_builder AS prod_builder
2727
# Build the project
2828
RUN cargo build -p node-subtensor --profile production --features="metadata-hash" --locked
2929
# Verify the binary was produced
@@ -43,7 +43,7 @@ COPY --from=prod_builder /build/target/production/node-subtensor /usr/local/bin
4343
#
4444
# Image for building local
4545
#
46-
FROM base_builder as local_builder
46+
FROM base_builder AS local_builder
4747
# Build the project
4848
RUN cargo build --workspace --profile release --features="pow-faucet"
4949
# Verify the binary was produced

0 commit comments

Comments
 (0)