Good morning everyone! Quick question: When I used...
# orm-help
m
Good morning everyone! Quick question: When I used the heroku integration for deployment I was surprised to see that it uses version 1.23 even though there is a heroku image available based on version 1.26: https://github.com/prisma/prisma-cloud-feedback/issues/202. My trouble is that I developed my app using 1.26 assuming that that is the version I can go into prod with. Any clue how I can upgrade the version? I'm aware of this thread https://github.com/prisma/prisma-cloud-feedback/issues/202 and the temp solution posted in it but I was hoping there is a better, verified way of upgrading versions for prod deployments on heroku
h
Right now you need to manually do it via heroku cli. I will add your +1 to that feature request though.
m
Ok, thanks for the reply! Just to double-check, is wwwillchen's answer on https://github.com/prisma/prisma-cloud-feedback/issues/202 the correct way to do it? I'm quite new to containers, sorry about the badgering! 😄
h
Yes
Also read the next comment as well, it contains login instructions for heroku registry
m
Ok thank you 🙏