Update to 0.4.6

This commit is contained in:
Wes Lambert
2020-07-12 14:55:27 +00:00
parent 527962faa8
commit d864b80169
2 changed files with 6 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
FROM ubuntu:18.04
LABEL version="Velociraptor v0.4.5"
LABEL version="Velociraptor v0.4.6"
LABEL description="Velociraptor server in a Docker container"
LABEL maintainer="Wes Lambert, @therealwlambert"
ENV VERSION="0.4.5"
ENV VERSION="0.4.6"
COPY ./entrypoint .
RUN chmod +x entrypoint && \
apt-get update && \