X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/7f7c5c213af259bb660644949ce19a0d383e0bf2..HEAD:/dockerfiles/Dockerfile.rails-runtime diff --git a/dockerfiles/Dockerfile.rails-runtime b/dockerfiles/Dockerfile.rails-runtime index 2623afc..f17fe38 100644 --- a/dockerfiles/Dockerfile.rails-runtime +++ b/dockerfiles/Dockerfile.rails-runtime @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM phusion/passenger-ruby25 +FROM phusion/passenger-ruby27 RUN apt-get update && apt-get install -y gnupg2 @@ -13,7 +13,7 @@ RUN sed -i 's/daemon off;/#daemon off;/' /etc/nginx/nginx.conf ADD 1078ECD7.asc /tmp/ RUN cat /tmp/1078ECD7.asc | apt-key add - -RUN echo "deb http://apt.arvados.org/ bionic main" > /etc/apt/sources.list.d/apt.arvados.org.list +RUN echo "deb http://apt.arvados.org/focal focal main" > /etc/apt/sources.list.d/apt.arvados.org.list RUN apt-get update && apt-get install -qqy tzdata