Skip to content

Commit

Permalink
fix: operations/binsec/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 5, 2021
1 parent 6d93df5 commit eb6fa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/binsec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# docker build -t intelotc/dffml_operations_binsec .
# docker run --rm -ti -p 80:8080 intelotc/operations -insecure -log debug
# curl -v http://127.0.0.1:80/list/sources
FROM ubuntu:20.04
FROM ubuntu:groovy-20210325

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit eb6fa6f

Please sign in to comment.