diff --git a/Dockerfile b/Dockerfile index 4ed4837..a627ce4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ -FROM ubuntu:18.04 -LABEL version="Velociraptor v0.6.1" +FROM ubuntu:20.04 +LABEL version="Velociraptor v0.6.4" LABEL description="Velociraptor server in a Docker container" LABEL maintainer="Wes Lambert, @therealwlambert" -ENV VERSION="0.6.1" COPY ./entrypoint . RUN chmod +x entrypoint && \ apt-get update && \ diff --git a/entrypoint b/entrypoint index 5f1473c..b193b47 100755 --- a/entrypoint +++ b/entrypoint @@ -3,7 +3,6 @@ set -e BIND_ADDRESS="0.0.0.0" PUBLIC_PATH="public" LOG_DIR="." -SERVER_URL="https://VelociraptorServer:8000/" DATASTORE_LOCATION="./" FILESTORE_DIRECTORY="./" CLIENT_DIR="/velociraptor/clients"