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 12e3acc commit 7996761Copy full SHA for 7996761
docker/benchbase/devcontainer/Dockerfile
@@ -1,6 +1,6 @@
1
# For the devcontainer we need a full JDK.
2
#FROM --platform=linux maven:3.8.5-eclipse-temurin-17 AS devcontainer
3
-FROM maven:3.9.1-eclipse-temurin-17 AS devcontainer
+FROM maven:3.9.2-eclipse-temurin-17 AS devcontainer
4
5
LABEL org.opencontainers.image.source = "https://github.com/cmu-db/benchbase/"
6
0 commit comments