Skip to content

Commit

Permalink
fix: use docker image rust-builder with tag nightly-2022-08-23 in…
Browse files Browse the repository at this point in the history
… Dockerfile (#74)

Fix to use docker image `rust-builder` with tag `nightly-2022-08-23` in Dockerfile.
  • Loading branch information
silathdiir authored Sep 19, 2022
1 parent 4f76d52 commit f1fbd00
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 common-rs
FROM scrolltech/rust-builder as builder
FROM scrolltech/rust-builder:nightly-2022-08-23 as builder

RUN mkdir -p /root/src
ADD . /root/src
Expand Down

0 comments on commit f1fbd00

Please sign in to comment.