diff --git a/Dockerfile b/Dockerfile index c6ffdf4..c22e16e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \