diff --git a/Dockerfile b/Dockerfile index 0225d70..c4f253e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/linuxserver/code-server:latest +FROM ghcr.io/linuxserver/code-server:4.12.0 # Install own things and dependencies RUN apt update -y && apt upgrade -y && apt install -y build-essential cmake python3-dev c3270 \