* Upgrade base image to ruby 2.7
[arvados-k8s.git] / dockerfiles / Dockerfile.rails-runtime
index 2623afc7724962a5b7ab10503f7610faae81bee3..f17fe385aca71b36f6a3ab66114981577bd812a7 100644 (file)
@@ -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