Skip to content

Update code-server version on railway #2902

Answered by bpmct
TheScientist101 asked this question in Q&A
Discussion options

You must be logged in to vote

Railway aggressively caches Docker images, so even though there is a new update on the :latest tag, you will want to change the first line of your repo's Dockerfile to

FROM codercom/code-server:3.9.1 

in order to use the latest version. I will be sure to document this and possibly talk to the folks at Railway about a solution so code-server can stay up to date :)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bpmct
Comment options

Answer selected by bpmct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants