From 88422155069808a0215ee0a057457bbd26aea289 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Mon, 27 May 2019 14:08:47 +0200 Subject: [PATCH] ci: hardcode docker image versions --- ci/Dockerfile | 2 +- ci/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 6260f680b..9e69427e2 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,6 +1,6 @@ # initialize from the image -FROM python +FROM python:3.7.3 ARG TOOLCHAIN_FLAVOR=linux ENV TOOLCHAIN_FLAVOR=$TOOLCHAIN_FLAVOR diff --git a/ci/environment.yml b/ci/environment.yml index 22fcb1e08..32d348445 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -1,6 +1,6 @@ environment: stage: environment - image: docker:latest + image: docker:18.09.6 variables: GIT_SUBMODULE_STRATEGY: none # no need to fetch submodules CONTAINER_NAME: "$CI_REGISTRY/trezor/trezor-firmware/environment"