How to upgrade code-server on railway.app? #4066
Answered
by
im-coder-lg
Slodziak190q
asked this question in
Q&A
-
I got an pop-up that new uptade is available so how to install this uptade? |
Beta Was this translation helpful? Give feedback.
Answered by
im-coder-lg
Aug 30, 2021
Replies: 1 comment 4 replies
-
Go to your GitHub repo where you hosted your Railway deployments. Open and edit the Dockerfile. In the first line, change |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go to your GitHub repo where you hosted your Railway deployments. Open and edit the Dockerfile. In the first line, change
latest
to3.11.1
and open the new Railway deployment. code-server is successfully updated.