From: Ward Vandewege Date: Wed, 28 Aug 2019 17:52:51 +0000 (-0400) Subject: Switch to phusion/passenger-ruby25 for the base of the rails-runtime image. X-Git-Url: https://git.arvados.org/arvados-k8s.git/commitdiff_plain/6216ebc8a3e82243ee4b9d22c73169da4f66af0c Switch to phusion/passenger-ruby25 for the base of the rails-runtime image. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/dockerfiles/Dockerfile.rails-runtime b/dockerfiles/Dockerfile.rails-runtime index 011a1f5..a7b1ea9 100644 --- a/dockerfiles/Dockerfile.rails-runtime +++ b/dockerfiles/Dockerfile.rails-runtime @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM phusion/passenger-ruby23 +FROM phusion/passenger-ruby25 RUN apt-get update && apt-get install -y gnupg2