diff --git a/Dockerfile b/Dockerfile index 7a93f10..3df9fc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:18.04 -LABEL version="Velociraptor v0.5.0" +LABEL version="Velociraptor v0.5.0-1" LABEL description="Velociraptor server in a Docker container" LABEL maintainer="Wes Lambert, @therealwlambert" -ENV VERSION="0.5.0" +ENV VERSION="0.5.0-1" COPY ./entrypoint . RUN chmod +x entrypoint && \ apt-get update && \