Skip to content

Commit

Permalink
fix: dffml/skel/operations/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 a64f72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dffml/skel/operations/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker run --rm -ti -p 80:8080 REPLACE_ORG_NAME/REPLACE_IMPORT_PACKAGE_NAME -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 a64f72f

Please sign in to comment.