Update code-server version on railway #2902
Answered
by
bpmct
TheScientist101
asked this question in
Q&A
|
How can I update my code-server version in my container? I am hosting it on Railway, but it is on version 3.9.0, even though 3.9.1 is available. |
Answered by
bpmct
Mar 16, 2021
Replies: 2 comments 1 reply
|
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 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 :) |
1 reply
Answer selected by
bpmct
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
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 :)