forked from external-repos/velociraptor-docker
update: ubuntu image + velo build
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
FROM ubuntu:18.04
|
FROM ubuntu:20.04
|
||||||
LABEL version="Velociraptor v0.6.1"
|
LABEL version="Velociraptor v0.6.4"
|
||||||
LABEL description="Velociraptor server in a Docker container"
|
LABEL description="Velociraptor server in a Docker container"
|
||||||
LABEL maintainer="Wes Lambert, @therealwlambert"
|
LABEL maintainer="Wes Lambert, @therealwlambert"
|
||||||
ENV VERSION="0.6.1"
|
ENV VERSION="0.6.4 "
|
||||||
COPY ./entrypoint .
|
COPY ./entrypoint .
|
||||||
RUN chmod +x entrypoint && \
|
RUN chmod +x entrypoint && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
Reference in New Issue
Block a user