Skip to content
Snippets Groups Projects
Verified Commit 5287b60e authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Update base image tag

parent bfcb90b2
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ include:
# For jobs that run backend scripts directly
.backend-setup:
image: registry.gitlab.com/arkindex/backend/base:rq
image: registry.gitlab.com/arkindex/backend/base:django-3.1.4
cache:
paths:
......
FROM registry.gitlab.com/arkindex/backend/base:rq as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.4 as build
RUN mkdir build
ADD . build
RUN cd build && python3 setup.py sdist
FROM registry.gitlab.com/arkindex/backend/base:rq
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.4
ARG COMMON_BRANCH=master
ARG COMMON_ID=9855787
ARG PONOS_BRANCH=master
......
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