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

Fix base image tags

parent edff9684
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:django-3.1.4
image: registry.gitlab.com/arkindex/backend/base:django-3.1.6
cache:
paths:
......
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.4 as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.6 as build
RUN mkdir build
ADD . build
RUN cd build && python3 setup.py sdist
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.4
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.6
ARG COMMON_BRANCH=master
ARG COMMON_ID=9855787
ARG PONOS_BRANCH=master
......
......@@ -65,7 +65,7 @@ RUN python -m nuitka \
arkindex/manage.py
# Start over from a clean setup
FROM registry.gitlab.com/arkindex/backend/base:rq as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.6 as build
# Import files from compilation
RUN mkdir /usr/share/arkindex
......
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