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

Bump Django 2.2.9

parent 3180df5a
No related branches found
No related tags found
1 merge request!607Bump Django 2.2.9
image: registry.gitlab.com/arkindex/backend:base-0.10.3
image: registry.gitlab.com/arkindex/backend:base-0.10.4
stages:
- test
- build
......
FROM registry.gitlab.com/arkindex/backend:base-0.10.3
FROM registry.gitlab.com/arkindex/backend:base-0.10.4
ARG COMMON_BRANCH=master
ARG COMMON_ID=9855787
......
......@@ -15,6 +15,7 @@ base: require-version
docker build $(ROOT_DIR)/base -t registry.gitlab.com/arkindex/backend:base-$(version)
docker push registry.gitlab.com/arkindex/backend:base-$(version)
sed -i '/image:/s/base-.*$$/base-$(version)/' $(ROOT_DIR)/.gitlab-ci.yml
sed -i '/FROM/s/base-.*$$/base-$(version)/' $(ROOT_DIR)/Dockerfile
clean:
rm -rf *.egg-info build dist .eggs
......
boto3==1.9
cryptography>=2.8
Django==2.2
Django==2.2.9
elasticsearch==6.2.0
hiredis==1.0.0
ijson==2.3
......
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