Update to 0.4.8

This commit is contained in:
weslambert
2020-08-15 16:42:57 -04:00
committed by GitHub
parent 05b15cf476
commit d166924121

View File

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