Skip to content

Commit 093bf4c

Browse files
authored
feat: update vscode version
1 parent ccba41c commit 093bf4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install -
99
# clean up
1010
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
1111

12-
ARG VERSION="1.95.3"
12+
ARG VERSION="1.97.2"
1313

1414
# install visual studio code
1515
RUN <<EOF

0 commit comments

Comments
 (0)