summaryrefslogtreecommitdiff
path: root/.gitlab-ci/Dockerfile
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-27 10:18:36 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-27 10:18:36 +0100
commitaf1abb54017b9a71a1949c6d53bd78e69f85ff03 (patch)
treebb891c03053fb89a01c7c8870960634180db5bac /.gitlab-ci/Dockerfile
parent4fcc712748c61118483738c9f68142a73894c35e (diff)
downloadpygobject-af1abb54017b9a71a1949c6d53bd78e69f85ff03.tar.gz
ci: update docker image to cosmic; update python versions
Diffstat (limited to '.gitlab-ci/Dockerfile')
-rw-r--r--.gitlab-ci/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index a72c7184..48e29609 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:bionic
+FROM ubuntu:cosmic
RUN apt-get update && apt-get install -y \
build-essential \
@@ -41,8 +41,8 @@ RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/p
RUN pyenv install --debug 2.7.15
RUN pyenv install 3.5.6
-RUN pyenv install 3.6.6
-RUN pyenv install --debug 3.7.0
+RUN pyenv install 3.6.7
+RUN pyenv install --debug 3.7.1
RUN pyenv install pypy2.7-6.0.0
RUN pyenv install pypy3.5-6.0.0