How do i upgrade the prisma server? Here is the f...
# orm-help
p
How do i upgrade the prisma server? Here is the forum thread for context. All my related prisma versions seem to be the latest version, but this person told me to upgrade my prisma server. I am unable to find any documentation on how to upgrade this. Everything i already have related to prisma seems to be at latest. https://github.com/prisma/prisma/issues/3505
⁉️ 1
👎🏻 1
e
Prisma server is dockerized. It should be in your docker-compose.yml file I guess ?
p
ok
i dont have a
docker-compose.yml
file
i only have a doccker file
e
The version number should be inside then
p
are you referring to the this section in the
docker
file
Copy code
services:
  prisma:
    image: prismagraphql/prisma:1.8
?
e
Yes, exactly! Change the line to:
image: prismagraphql/prisma:1.20
p
dang, lol
very far behind…
e
And then restart your container
p
ty, giving it a try right now
e
You're welcome
Don't forget to close your github issue 🙂
p
yeah
i see you posting on there too