Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Aug 16, 2024
1 parent 46adad9 commit aefae95
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,6 +1,6 @@

# The build image
FROM rust:1.76.0-alpine3.18 as weaver-build
FROM rust:1.76.0-alpine3.18 AS weaver-build
RUN apk add musl-dev
WORKDIR /build

Expand Down

0 comments on commit aefae95

Please sign in to comment.