Skip to content

Commit d226864

Browse files
authored
Upgrade to vscode 3.1.0
1 parent 30df0e8 commit d226864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV MAVEN_VERSION=3.6.0 \
66
NODE_VERSION=10.14.2 \
77
SHELL=/bin/bash \
88
LANG=en_US.UTF-8 \
9-
CSVER=3.0.0 \
9+
CSVER=3.1.0 \
1010
GAUGE_VER=1.0.8 \
1111
VAULT_VER=1.3.4 \
1212
PATH=$MAVEN_HOME/bin:/usr/local/bin:$PATH
@@ -73,4 +73,4 @@ EXPOSE 8080
7373
WORKDIR /home/seluser
7474

7575
ENTRYPOINT ["docker-entrypoint.sh"]
76-
CMD ["dumb-init", "fixuid", "-q", "/usr/local/bin/code-server", "--host", "0.0.0.0", "/home/seluser"]
76+
CMD ["dumb-init", "fixuid", "-q", "/usr/local/bin/code-server", "--host", "0.0.0.0", "/home/seluser"]

0 commit comments

Comments
 (0)