mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
Use specific user name to easily identify who is doing things here.
This commit is contained in:
@@ -2,7 +2,7 @@ FROM java:8
|
||||
|
||||
MAINTAINER Timo Pagel <dependencycheckmaintainer@timo-pagel.de>
|
||||
|
||||
ENV user=dockeruser
|
||||
ENV user=dependencycheck
|
||||
|
||||
RUN wget -O /tmp/current.txt http://jeremylong.github.io/DependencyCheck/current.txt && \
|
||||
current=$(cat /tmp/current.txt) && \
|
||||
|
||||
Reference in New Issue
Block a user