File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM rust:1.82 .0@sha256:d9c3c6f1264a547d84560e06ffd79ed7a799ce0bff0980b26cf10d29af888377 AS builder
1
+ FROM rust:1.85 .0@sha256:80ccfb51023dbb8bfa7dc469c514a5a66343252d5e7c5aa0fab1e7d82f4ebbdc AS builder
2
2
3
3
# # Update the system generally
4
4
RUN apt-get update && \
@@ -24,7 +24,7 @@ RUN help2man target/release/git-mit-config > target/git-mit-config.1
24
24
RUN help2man target/release/git-mit-relates-to > target/git-mit-relates-to.1
25
25
RUN help2man target/release/git-mit-install > target/git-mit-install.1
26
26
27
- FROM rust:1.82 .0@sha256:d9c3c6f1264a547d84560e06ffd79ed7a799ce0bff0980b26cf10d29af888377
27
+ FROM rust:1.85 .0@sha256:80ccfb51023dbb8bfa7dc469c514a5a66343252d5e7c5aa0fab1e7d82f4ebbdc
28
28
ENV DEBIAN_FRONTEND=noninteractive
29
29
30
30
# # Update the system generally
You can’t perform that action at this time.
0 commit comments