1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

ci: hardcode docker image versions

This commit is contained in:
Tomas Susanka 2019-05-27 14:08:47 +02:00
parent bf3d20b3e8
commit 8842215506
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# initialize from the image
FROM python
FROM python:3.7.3
ARG TOOLCHAIN_FLAVOR=linux
ENV TOOLCHAIN_FLAVOR=$TOOLCHAIN_FLAVOR

View File

@ -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"