summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorsitkevij <sitkevij@gmail.com>2019-01-31 22:27:40 -0800
committersitkevij <sitkevij@gmail.com>2019-01-31 22:27:40 -0800
commit5b7af81d8856552cd83831bcfb4e96551df80f13 (patch)
tree24a13457ddd15abf7097e796a48827ac28e6d29a /Dockerfile
parent4d2bf8ba3b1c48a10b8197eeb2beec48765aa997 (diff)
clippy linting fixes
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c363e74..653dcdb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ LABEL org.label-schema.name="hx" \
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.2.0" \
+ org.label-schema.version="0.2.1" \
maintainer="https://github.com/sitkevij"
RUN apt-get update && \
apt-get install --no-install-recommends -y \