We have had it running on fargate for a while, don...
# orm-help
c
We have had it running on fargate for a while, done several version upgrades
h
how do you do that?
c
Since the prisma server stores no state, its simple as changing the version in the yml and changing the version in the docker file
then, redeploy
In that yml file you referenced, the magic happens on line 256, that changes the docker image for you
we run a custom docker image for prisma, but its the same thing really
h
i see, thanks for the clarification