build(Dockerfile): replace deprecated MAINTAINER tag with label of the same
Current syntax now used to denote the "WebGoat team" as maintainer Link: https://docs.docker.com/reference/dockerfile/#label Signed-off-by: cap-dev0x <158111888+cap-dev0x@users.noreply.github.com>
This commit is contained in:
parent
57d5b313b9
commit
c18430752a
@ -1,6 +1,6 @@
|
|||||||
FROM docker.io/eclipse-temurin:21.0.1_12-jre
|
FROM docker.io/eclipse-temurin:21.0.1_12-jre
|
||||||
LABEL NAME = "WebGoat: A deliberately insecure Web Application"
|
LABEL NAME = "WebGoat: A deliberately insecure Web Application"
|
||||||
MAINTAINER "WebGoat team"
|
LABEL maintainer = "WebGoat team"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
useradd -ms /bin/bash webgoat && \
|
useradd -ms /bin/bash webgoat && \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM lscr.io/linuxserver/webtop:ubuntu-xfce
|
FROM lscr.io/linuxserver/webtop:ubuntu-xfce
|
||||||
LABEL NAME = "WebGoat: A deliberately insecure Web Application"
|
LABEL NAME = "WebGoat: A deliberately insecure Web Application"
|
||||||
MAINTAINER "WebGoat team"
|
LABEL maintainer = "WebGoat team"
|
||||||
|
|
||||||
WORKDIR /config
|
WORKDIR /config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user