summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-10-04 12:27:29 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-10-04 12:27:29 +0200
commit60fd781aced0f63ccdea8eb0a0836ffef75e70a3 (patch)
treec13c1bfbcfe0e4a5baf919e86b0dcedc8a51c46e /Dockerfile
parent9ceec25b3d5f00182e0b7170365f202abb1c83ff (diff)
Add version label on Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 1db6021..8b3475e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,6 +9,8 @@ RUN cargo build --release
# Stage 2
FROM debian:bookworm-slim
+LABEL version="0.8.2"
+
RUN mkdir -p /app
RUN apt-get update && apt-get install -y libssl-dev