diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-10-04 12:27:29 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-10-04 12:27:29 +0200 |
commit | 60fd781aced0f63ccdea8eb0a0836ffef75e70a3 (patch) | |
tree | c13c1bfbcfe0e4a5baf919e86b0dcedc8a51c46e /Dockerfile | |
parent | 9ceec25b3d5f00182e0b7170365f202abb1c83ff (diff) |
Add version label on Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |