Skip to content

Commit

Permalink
fix: use same casing for FROM and AS
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Oct 22, 2024
1 parent 27d21c8 commit 1fb4a0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.reproducible
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Use the Rust 1.82 image based on Debian Bullseye
FROM rust:1.82-bullseye@sha256:c42c8ca762560c182ba30edda0e0d71a8604040af2672370559d7e854653c66d as builder
FROM
rust:1.82-bullseye@sha256:c42c8ca762560c182ba30edda0e0d71a8604040af2672370559d7e854653c66d AS builder

# Install specific version of libclang-dev
RUN apt-get update && apt-get install -y libclang-dev=1:11.0-51+nmu5
Expand Down

0 comments on commit 1fb4a0d

Please sign in to comment.