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? |
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 |
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
latestto3.11.1and open the new Railway deployment. code-server is successfully updated.