chore: use code-server 4.0.2 and update railway link (#78)

* chore: use code-server 4.0.2

* change railway version and fix typo
This commit is contained in:
Ben Potter
2022-02-13 16:47:58 -06:00
committed by GitHub
parent 83734f7b23
commit 0ec9e4cec5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Start from the code-server Debian base image
FROM codercom/code-server:3.12.0
FROM codercom/code-server:4.0.2
USER coder

View File

@@ -8,7 +8,7 @@ Use Railway + code-server to get a dev environment that you can access from any
## Step 1: Click button to deploy
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fcdr%2Fdeploy-code-server&envs=PASSWORD%2CGIT_REPO&PASSWORDDesc=Your+password+to+log+in+to+code-server+with&GIT_REPODesc=A+git+repo+to+clone+and+open+in+code-server+%28ex.+https%3A%2F%2Fgithub.com%2Fcdr%2Fdocs.git%29)
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fcoder%2Fdeploy-code-server&envs=PASSWORD%2CGIT_REPO&optionalEnvs=GIT_REPO&PASSWORDDesc=Your+password+to+log+in+to+code-server&GIT_REPODesc=A+git+repo+to+auto-clone+and+open+in+code-server+%28e.g+https%3A%2F%2Fgithub.com%2Fcoder%2Fdocs%29)
## Step 2: Configure & launch your environment