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 76faed9 commit 2210709Copy full SHA for 2210709
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.98.0"
+ARG CODE_SERVER_VERSION="v4.98.2"
24
ARG HA_CLI_VERSION="4.37.0"
25
# hadolint ignore=SC2181, DL3008
26
RUN \
0 commit comments