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 da77b89 commit 6b4f09dCopy full SHA for 6b4f09d
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
FROM mcr.microsoft.com/devcontainers/javascript-node:22
2
3
# need to run update and install at the same time to prevent stale update layer
4
-RUN apt-get update && apt-get install -y gdb clang-format openjdk-17-jdk maven
+RUN apt-get update && apt-get install -y gdb clang-format openjdk-21-jdk maven
0 commit comments