fix: engine/examples/running_riak_service.Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-1049144 - https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-2426359 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-1065770 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-3234995 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-473059
This commit is contained in:
parent
2986c23a9b
commit
9b8f7df74a
|
@ -3,7 +3,7 @@
|
|||
# VERSION 0.1.1
|
||||
|
||||
# Use the Ubuntu parent image provided by dotCloud
|
||||
FROM ubuntu:trusty
|
||||
FROM ubuntu:trusty-20190515
|
||||
|
||||
# Install Riak repository before we do apt-get update, so that update happens
|
||||
# in a single step
|
||||
|
|
Loading…
Reference in New Issue