aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2024-08-12 17:21:16 +0200
committerfxqnlr <[email protected]>2024-08-12 17:21:16 +0200
commit843414433d68b7a7d1b60f814621766bcfca2206 (patch)
treeeccc72dd29edb7e96d5eebca0e372961cb3c20e2 /Dockerfile
parent56b7d3260c68510c95a8940385a15faefd84017e (diff)
downloadwebol-843414433d68b7a7d1b60f814621766bcfca2206.tar
webol-843414433d68b7a7d1b60f814621766bcfca2206.tar.gz
webol-843414433d68b7a7d1b60f814621766bcfca2206.zip
version bump
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e5057e9..f7934fa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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
8FROM rust:1.77 as builder 8FROM rust:1.80 as builder
9WORKDIR /app 9WORKDIR /app
10COPY . . 10COPY . .
11RUN cargo install --path . 11RUN cargo install --path .