summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorsitkevij <sitkevij@gmail.com>2019-01-01 13:12:29 -0800
committersitkevij <sitkevij@gmail.com>2019-01-01 13:12:29 -0800
commitddcbcae4ad97779612693a497fe22162e1fae2a6 (patch)
tree29aa7111fc9980374529548a726589f325e69019 /Dockerfile
parent05149736512ec00fb97d5a261d045bdfa71e35cd (diff)
#6 0.1.3 enhancements, improve cli user feedback, Makefile, cargo fmt
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c7692cc..fc060e7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ LABEL org.label-schema.name="hex" \
org.label-schema.usage="https://github.com/sitkevij/hex/blob/master/README.md" \
org.label-schema.vcs-url="https://github.com/sitkevij/hex" \
org.label-schema.vendor="sitkevij" \
- org.label-schema.version="0.1.0" \
+ org.label-schema.version="0.1.3" \
maintainer="https://github.com/sitkevij"
RUN apt-get update && \
apt-get install --no-install-recommends -y \