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 38990a1 commit a9d5482Copy full SHA for a9d5482
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.2-eclipse-temurin-17 AS devcontainer
+FROM maven:3.9.3-eclipse-temurin-17 AS devcontainer
4
5
LABEL org.opencontainers.image.source = "https://github.com/cmu-db/benchbase/"
6
0 commit comments