mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 18:41:44 +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>
|
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 && \
|
RUN wget -O /tmp/current.txt http://jeremylong.github.io/DependencyCheck/current.txt && \
|
||||||
current=$(cat /tmp/current.txt) && \
|
current=$(cat /tmp/current.txt) && \
|
||||||
|
|||||||
Reference in New Issue
Block a user