summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel Wiesenberg <weasy@hotmail.de>2020-08-04 22:04:27 +0200
committerDaniel Wiesenberg <weasy@hotmail.de>2020-08-11 15:38:24 +0200
commit7288010e555d7f7ccc20c4330634976e18d6fa77 (patch)
tree3b11550eca767c0131980edb6ed7dd1fc86f6e00 /Dockerfile
parent31c725660ff21b043008bb980fd6b12ebc43a8f2 (diff)
downloadconduit-7288010e555d7f7ccc20c4330634976e18d6fa77.zip
Move additional files into dedicated folder and make build the def...
...fault in the compose files.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index e185381..7aa05c0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
########################## BUILD IMAGE ##########################
-# Alpine build image to build Conduits statically compiled binary
+# Alpine build image to build Conduit's statically compiled binary
FROM alpine:3.12 as builder
# Specifies if the local project is build or if Conduit gets build
@@ -51,7 +51,7 @@ LABEL org.opencontainers.image.created=${CREATED} \
org.opencontainers.image.vendor="Conduit Contributors" \
org.opencontainers.image.description="A Matrix homeserver written in Rust" \
org.opencontainers.image.url="https://conduit.rs/" \
- org.opencontainers.image.revision=$GIT_REF \
+ org.opencontainers.image.revision=${GIT_REF} \
org.opencontainers.image.source="https://git.koesters.xyz/timo/conduit.git" \
org.opencontainers.image.documentation.="" \
org.opencontainers.image.licenses="AGPL-3.0" \