Skip to content

Commit 64113b8

Browse files
committed
Merge branch 'migrate-build-pipeline-to-artifact-v4'
2 parents 988fa74 + e827fd0 commit 64113b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17.1 as build
1+
FROM alpine:3.17.1 AS build
22
LABEL maintainer="[email protected]"
33

44
RUN apk upgrade --update-cache --available && apk add --update openssl
@@ -9,7 +9,7 @@ RUN wget https://github.com/epi052/feroxbuster/releases/latest/download/x86_64-l
99
&& chmod +x /tmp/feroxbuster \
1010
&& wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/raft-medium-directories.txt -O /tmp/raft-medium-directories.txt
1111

12-
from alpine:3.17.1 as release
12+
FROM alpine:3.17.1 AS release
1313
COPY --from=build /tmp/raft-medium-directories.txt /usr/share/seclists/Discovery/Web-Content/raft-medium-directories.txt
1414
COPY --from=build /tmp/feroxbuster /usr/local/bin/feroxbuster
1515

0 commit comments

Comments
 (0)