Skip to content
Snippets Groups Projects
Commit 5e2bd83d authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Use python 3.7 in backend Docker image

parent f3ef161b
No related branches found
Tags base-python-3.7
No related merge requests found
FROM registry.gitlab.com/arkindex/backend/base:latest as build
FROM registry.gitlab.com/arkindex/backend/base:python-3.7 as build
RUN mkdir build
ADD . build
......
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