diff --git a/samples/running_riak_service.Dockerfile b/samples/running_riak_service.Dockerfile index 7aeaca3c500..087be7b9dc9 100644 --- a/samples/running_riak_service.Dockerfile +++ b/samples/running_riak_service.Dockerfile @@ -3,7 +3,7 @@ # VERSION 0.1.1 # Use the Ubuntu parent image provided by dotCloud -FROM ubuntu:trusty +FROM ubuntu:trusty-20190425 # Install Riak repository before we do apt-get update, so that update happens # in a single step