Pull from correct year image for dev Dockerfile
This commit is contained in:
parent
959aefd856
commit
f06bb7e1eb
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue