Pull from correct year image for dev Dockerfile

This commit is contained in:
Ben Stevens 2019-06-21 19:55:58 +10:00
parent 959aefd856
commit f06bb7e1eb

View file

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