Skip to content

Commit 6b4f09d

Browse files
committed
fix devcontainer build
1 parent da77b89 commit 6b4f09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM mcr.microsoft.com/devcontainers/javascript-node:22
22

33
# 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
4+
RUN apt-get update && apt-get install -y gdb clang-format openjdk-21-jdk maven

0 commit comments

Comments
 (0)