Bump to 0.5.0

This commit is contained in:
weslambert
2020-09-21 17:45:56 -04:00
committed by GitHub
parent 6fd0d30b2f
commit 98801e8956

View File

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