Patch code-server to 4.12.0

This commit is contained in:
Yvan Janssens 2023-04-29 16:27:50 +02:00
parent bb3724df6a
commit 462d053d6c

View File

@ -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 \