Pull Dev image from 2019 base

This commit is contained in:
James Polley 2018-05-26 12:18:33 +10:00
parent bf1f42dab9
commit 1402c76540

View file

@ -1,4 +1,4 @@
ARG CI_COMMIT_SHA
FROM asia.gcr.io/linuxconfsydney/symposion_app:$CI_COMMIT_SHA
FROM asia.gcr.io/linuxconfsydney/symposion_app_2019:$CI_COMMIT_SHA
CMD ["/app/symposion_app/docker/deploy_with_sqlite.sh"]