diff --git a/run/Dockerfile b/run/Dockerfile index 0532601..a967cc4 100644 --- a/run/Dockerfile +++ b/run/Dockerfile @@ -1,5 +1,5 @@ # This dockerfile defines the expected runtime environment before the project is installed -FROM ubuntu:14.04 +FROM ubuntu:trusty-20190425 # Be sure to install any runtime dependencies RUN apt-get clean && apt-get update