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:
snyk-bot 2023-06-16 23:15:13 +00:00
parent 2986c23a9b
commit 9b8f7df74a
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# VERSION 0.1.1 # VERSION 0.1.1
# Use the Ubuntu parent image provided by dotCloud # 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 # Install Riak repository before we do apt-get update, so that update happens
# in a single step # in a single step