summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-20 16:56:05 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-20 16:56:05 +0100
commit0802ec8dafe672fa281004b6c33c6194f62cff1f (patch)
treedc5f7cc0007a9d66284e5e69ab59ebf0291e7db6 /Dockerfile
parent4d065a195aac9ba71e7bf61320719d3dbafbc029 (diff)
release: version 0.9.3
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index dcc467b..6b1f9e7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN cargo build --release
# Stage 2
FROM debian:bookworm-slim
-LABEL version="0.9.2"
+LABEL version="0.9.3"
RUN mkdir -p /app