Update Ubuntu version to 22.04 and Velociraptor version to 0.7.0

This commit is contained in:
Wes
2023-08-28 16:59:09 +00:00
parent aeff3e4df4
commit 52423ceae6

View File

@@ -1,5 +1,5 @@
FROM ubuntu:20.04
LABEL version="Velociraptor v0.6.9"
FROM ubuntu:22.04
LABEL version="Velociraptor v0.7.0"
LABEL description="Velociraptor server in a Docker container"
LABEL maintainer="Wes Lambert, @therealwlambert"
COPY ./entrypoint .