Skip to content

Commit

Permalink
Merge pull request #268 from itdojo/dockerfile-update
Browse files Browse the repository at this point in the history
Changed `as` to `AS` in Dockerfile
  • Loading branch information
vi authored Oct 8, 2024
2 parents 778e293 + 0878dfb commit 258e7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM rust:1.72-alpine3.18 as cargo-build
FROM rust:1.72-alpine3.18 AS cargo-build

RUN apk add --no-cache musl-dev pkgconfig openssl-dev

Expand Down

0 comments on commit 258e7e8

Please sign in to comment.