Skip to content

Commit

Permalink
Merge pull request weslambert#10 from Xboarder56/master
Browse files Browse the repository at this point in the history
upgrade base image + velociraptor release
  • Loading branch information
weslambert committed May 10, 2022
2 parents 445f22f + 5e8865a commit 5bb7bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
1 change: 0 additions & 1 deletion entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5bb7bf1

Please sign in to comment.