From 72032aceda5f39661e9c4c7cbb7da5aab1fa7990 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Fri, 8 Mar 2019 11:50:46 +0100 Subject: [PATCH] Update to python-3.6.8. --- .circleci/config.yml | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c303abcd..5d1ba2991 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ version: 2 jobs: build: docker: - - image: circleci/python:3.6.7-stretch-node + - image: circleci/python:3.6.8-stretch-node environment: DATABASE_URL: postgresql://root@localhost/opentech?sslmode=disable PGHOST: localhost diff --git a/runtime.txt b/runtime.txt index 34b35b713..9fbd3bf0a 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.6.7 +python-3.6.8 -- GitLab