summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-11-29 15:41:10 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-11-29 15:41:10 +0100
commitb5a7a8c5cb4f2c3645c3c53f827a9915e5817108 (patch)
tree7c4de1b0de143eb80637710eb98ed8941d73b374 /Dockerfile
parent4e589cf53de08e3689ab5c62ca7efe90f4ac9f48 (diff)
release: version 0.8.10
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c8af9eb..2e5b0cc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN cargo build --release
# Stage 2
FROM debian:bookworm-slim
-LABEL version="0.8.9"
+LABEL version="0.8.10"
RUN mkdir -p /app