11FROM ubuntu:20.04 AS aliyun
2- LABEL maintainer="selefra research lab <https://github.com/selefra >"
2+ LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity >"
33COPY . /TerraformGoat
44RUN apt-get update -y && \
55 apt-get -yq --no-install-recommends install gnupg2 groff less lsb-release software-properties-common curl vim && \
@@ -19,7 +19,7 @@ RUN apt-get update -y && \
1919WORKDIR /TerraformGoat
2020
2121FROM ubuntu:20.04 AS tencentcloud
22- LABEL maintainer="selefra research lab <https://github.com/selefra >"
22+ LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity >"
2323COPY . /TerraformGoat
2424RUN apt-get update -y && \
2525 apt-get -yq --no-install-recommends install curl gnupg2 groff less lsb-release python3-pip software-properties-common vim && \
@@ -37,7 +37,7 @@ RUN apt-get update -y && \
3737WORKDIR /TerraformGoat
3838
3939FROM ubuntu:20.04 AS huaweicloud
40- LABEL maintainer="selefra research lab <https://github.com/selefra >"
40+ LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity >"
4141COPY . /TerraformGoat
4242RUN apt-get update -y && \
4343 apt-get -yq --no-install-recommends install gnupg2 groff less lsb-release software-properties-common curl vim && \
@@ -55,7 +55,7 @@ RUN apt-get update -y && \
5555WORKDIR /TerraformGoat
5656
5757FROM ubuntu:20.04 AS aws
58- LABEL maintainer="selefra research lab <https://github.com/selefra >"
58+ LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity >"
5959COPY . /TerraformGoat
6060RUN apt-get update -y && \
6161 apt-get -yq --no-install-recommends install gnupg2 groff less lsb-release software-properties-common curl unzip vim && \
@@ -75,7 +75,7 @@ RUN apt-get update -y && \
7575WORKDIR /TerraformGoat
7676
7777FROM ubuntu:20.04 AS gcp
78- LABEL maintainer="selefra research lab <https://github.com/selefra >"
78+ LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity >"
7979COPY . /TerraformGoat
8080RUN apt-get update -y && \
8181 apt-get -yq --no-install-recommends install gnupg2 groff less lsb-release software-properties-common curl vim && \
@@ -95,7 +95,7 @@ RUN apt-get update -y && \
9595WORKDIR /TerraformGoat
9696
9797FROM ubuntu:20.04 AS azure
98- LABEL maintainer="selefra research lab <https://github.com/selefra >"
98+ LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity >"
9999COPY . /TerraformGoat
100100RUN apt-get update -y && \
101101 apt-get -yq --no-install-recommends install gnupg2 groff less lsb-release software-properties-common curl vim && \
0 commit comments