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

Base image bumps

parent 035ce727
No related branches found
No related tags found
1 merge request!1234Base image bumps
......@@ -11,7 +11,7 @@ include:
# For jobs that run backend scripts directly
.backend-setup:
image: registry.gitlab.com/arkindex/backend/base:django-3.1.6
image: registry.gitlab.com/arkindex/backend/base:django-3.1.7
cache:
paths:
......
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.6 as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.7 as build
RUN mkdir build
ADD . build
RUN cd build && python3 setup.py sdist
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.6
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.7
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:django-3.1.6 as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.7 as build
# Import files from compilation
RUN mkdir /usr/share/arkindex
......
boto3==1.15.16
cryptography>=3.1
boto3==1.17.11
cryptography==3.4.6
Django==3.1.7
elasticsearch==6.8.1
lxml==4.5.2
lxml==4.6.2
psycopg2-binary==2.8.6
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