Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit f1de878

Browse files
committed
Fix parser image
1 parent 9697cf6 commit f1de878

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk:nodejs12
1+
FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk-nodejs:latest
22
WORKDIR /home/app/parser-wrapper/parser/
33
COPY --chown=app:app ./parser.js ./parser.js

integrations/nmap/parser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /home/app
44
COPY package.json package-lock.json ./
55
RUN npm ci --production
66

7-
FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk:nodejs12
7+
FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk-nodejs:latest
88
WORKDIR /home/app/parser-wrapper/parser/
99
COPY --from=build --chown=app:app /home/app/node_modules/ ./node_modules/
1010
COPY --chown=app:app ./parser.js ./parser.js
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk:nodejs12
1+
FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk-nodejs:latest
22
WORKDIR /home/app/parser-wrapper/parser/
33
COPY --chown=app:app ./parser.js ./parser.js

integrations/zap/parser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk:nodejs12
1+
FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk-nodejs:latest
22
WORKDIR /home/app/parser-wrapper/parser/
33
COPY --chown=app:app ./parser.js ./parser.js

0 commit comments

Comments
 (0)