Skip to content

Commit

Permalink
fix docker build process
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Oct 18, 2020
1 parent cd818e2 commit b35bd92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ tests/
target/
www/
Dockerfile
cddl-lsp/
pkg/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ekidd/rust-musl-builder:1.41.0 AS builder
FROM ekidd/rust-musl-builder:1.47.0 AS builder
COPY . ./
RUN cargo b --release --bin cli

Expand Down

0 comments on commit b35bd92

Please sign in to comment.