From 301a371efeec406120eb28107a9a4b76441b008a Mon Sep 17 00:00:00 2001
From: MarkusTeufelberger <mteufelberger@mgit.at>
Date: Mon, 8 Apr 2019 09:28:24 +0200
Subject: [PATCH] Update pypy3 on CoreOS to 7.0.0 (#4456)

---
 roles/bootstrap-os/files/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/bootstrap-os/files/bootstrap.sh b/roles/bootstrap-os/files/bootstrap.sh
index 631dd34c0..7a5c76790 100755
--- a/roles/bootstrap-os/files/bootstrap.sh
+++ b/roles/bootstrap-os/files/bootstrap.sh
@@ -11,7 +11,7 @@ if [[ -e $BINDIR/.bootstrapped ]]; then
   exit 0
 fi
 
-PYPY_VERSION=6.0.0
+PYPY_VERSION=7.0.0
 
 wget -O - https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-$PYPY_VERSION-linux_x86_64-portable.tar.bz2 | tar -xjf -
 mv -n pypy3.5-$PYPY_VERSION-linux_x86_64-portable pypy3
-- 
GitLab