FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b0ec1f63 authored by Monty Dawson's avatar Monty Dawson :coffee:
Browse files

Use python3.7 as 3.6 image will stop being built nightly and will therefore go stale.

parent 354ecd5d
No related branches found
No related tags found
1 merge request!27Use python3.7 as 3.6 image will stop being built nightly and will therefore go stale.
Pipeline #67983 failed
# The docker image built from this Dockerfile is intended only to run the test
# suite and to build the documentation. Installation of this project should be
# performed via pip.
FROM registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/python:3.6-alpine
FROM registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/python:3.7-alpine
ADD ./ /usr/src/app/
WORKDIR /usr/src/app
RUN pip install tox && pip install -e .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment