Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasgranderubio committed Feb 6, 2018
2 parents 979ce36 + 036e58c commit d2a6502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.4.5-alpine
FROM python:3.6.4-alpine3.6
COPY requirements.txt /opt/app/requirements.txt
WORKDIR /opt/app
RUN pip install -r requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
services:
dagda:
build: .
image: dagda:0.7.0
image: 3grander/dagda:0.7.0
container_name: dagda
networks:
- mdb
Expand All @@ -11,7 +11,7 @@ services:
- "5000:5000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /tmp:/tmp:ro
- /tmp:/tmp
depends_on:
- vulndb
vulndb:
Expand All @@ -25,4 +25,4 @@ services:
- ./db:/data/db
networks:
mdb:
external: false
external: false

0 comments on commit d2a6502

Please sign in to comment.