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:
parent
bf3d20b3e8
commit
8842215506
@ -1,6 +1,6 @@
|
||||
# initialize from the image
|
||||
|
||||
FROM python
|
||||
FROM python:3.7.3
|
||||
|
||||
ARG TOOLCHAIN_FLAVOR=linux
|
||||
ENV TOOLCHAIN_FLAVOR=$TOOLCHAIN_FLAVOR
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user