diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ RUN cd /tmp && \ | |||
5 | mkdir /dpkg && \ | 5 | mkdir /dpkg && \ |
6 | for deb in *.deb; do dpkg --extract $deb /dpkg || exit 10; done | 6 | for deb in *.deb; do dpkg --extract $deb /dpkg || exit 10; done |
7 | 7 | ||
8 | FROM rust:1.76 as builder | 8 | FROM rust:1.77 as builder |
9 | WORKDIR /app | 9 | WORKDIR /app |
10 | COPY . . | 10 | COPY . . |
11 | RUN cargo install --path . | 11 | RUN cargo install --path . |