Skip to content

Commit 4797d0e

Browse files
committed
add instructions for updating code-server
1 parent b85a847 commit 4797d0e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

deploy-container/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Docker Hub: `bencdr/code-server-deploy-container`
1111

1212
## Modifying your code-server environment
1313

14+
To update your code-server version, modify the version number on line 2 in your Dockerfile. See the [list of tags](https://hub.docker.com/r/codercom/code-server/tags?page=1&ordering=last_updated) for the latest version.
15+
1416
We've included some examples on how to add additoonal dependencies in the root-level [Dockerfile](../Dockerfile):
1517

1618
```Dockerfile

guides/heroku.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ Press the button in the top right of the repo, or or click to [use this template
5151

5252
1. (Optional): [Configure rclone](https://github.com/cdr/deploy-code-server/tree/main/deploy-container#-persist-your-filesystem-with-rclone) so that you can save your VS Code config and files without commiting
5353

54-
See the [deploy-container README](../deploy-container) for other config vars for your environment.
54+
See the [deploy-container README](../deploy-container) for other config vars for your environment.
55+
56+
---
57+
58+
To update your code-server version, modify the version number on line 2 in your Dockerfile. See the [list of tags](https://hub.docker.com/r/codercom/code-server/tags?page=1&ordering=last_updated) for the latest version.

guides/railway.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ You also need to specity a `PASSWORD` and a `GIT_REPO` to clone in your environm
4343

4444
1. (Optional): [Configure rclone](https://github.com/cdr/deploy-code-server/tree/main/deploy-container#-persist-your-filesystem-with-rclone) so that you can save your VS Code config and files without commiting
4545

46-
See the [deploy-container README](../deploy-container) for other config vars for your environment.
46+
See the [deploy-container README](../deploy-container) for other config vars for your environment.
47+
48+
---
49+
50+
To update your code-server version, modify the version number on line 2 in your Dockerfile. See the [list of tags](https://hub.docker.com/r/codercom/code-server/tags?page=1&ordering=last_updated) for the latest version.

0 commit comments

Comments
 (0)