Skip to content

Commit 073c6f2

Browse files
Merge pull request #20 from schani-rs/dependabot/docker/rust-1.25.0
Bump rust from 1.24.1 to 1.25.0
2 parents 9a1d349 + ef98e7c commit 073c6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.24.1
1+
FROM rust:1.25.0
22
WORKDIR /usr/src/myapp
33
COPY . .
44
RUN cargo build --release

0 commit comments

Comments
 (0)