Skip to content

Commit 3b12f9f

Browse files
authored
build(docker): use a vulnerable docker image
2 parents 3ff8ac2 + 70b3b3f commit 3b12f9f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
FROM node:8-alpine
1+
FROM node:6-stretch
22

3-
RUN mkdir /usr/src
43
RUN mkdir /usr/src/goof
54
RUN mkdir /tmp/extracted_files
65
COPY . /usr/src/goof

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "goof",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"description": "A vulnerable todo demo application",
55
"homepage": "https://snyk.io/",
66
"repository": {

0 commit comments

Comments
 (0)