We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444597e commit 2129ac4Copy full SHA for 2129ac4
1 file changed
vscode/Dockerfile
@@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions
20
21
# Setup base system
22
ARG BUILD_ARCH=amd64
23
-ARG CODE_SERVER_VERSION="v4.96.4"
+ARG CODE_SERVER_VERSION="v4.98.0"
24
ARG HA_CLI_VERSION="4.37.0"
25
# hadolint ignore=SC2181, DL3008
26
RUN \
0 commit comments