Skip to content

Commit d5f9e06

Browse files
committed
Update the Rust builder in Docker to the latest stable version
1 parent 7ecbf2f commit d5f9e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# ENTRYPOINT ["newdoc"]
1313

1414
## This configuration results in a small image based on Debian Buster without Rust tooling
15-
FROM rust:1.44 as builder
15+
FROM rust:1.47 as builder
1616
WORKDIR /usr/src/newdoc
1717
COPY . .
1818
RUN cargo install --path .

0 commit comments

Comments
 (0)