Skip to content

Commit

Permalink
Fix Dockerfile (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Jan 10, 2025
1 parent baa42d0 commit b23beb9
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,4 +1,4 @@
FROM rust:alpine as builder
FROM rust:alpine AS builder
WORKDIR /home/rust/src
RUN apk --no-cache add musl-dev
COPY . .
Expand Down

0 comments on commit b23beb9

Please sign in to comment.