File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM rust:1.81 .0@sha256:7b7f7ae5e49819e708369d49925360bde2af4f1962842e75a14af17342f08262 AS builder
1
+ FROM rust:1.82 .0@sha256:33a0ea4769482be860174e1139c457bdcb2a236a988580a28c3a48824cbc17d6 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.81 .0@sha256:7b7f7ae5e49819e708369d49925360bde2af4f1962842e75a14af17342f08262
27
+ FROM rust:1.82 .0@sha256:33a0ea4769482be860174e1139c457bdcb2a236a988580a28c3a48824cbc17d6
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