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 fa51c65 commit 1f89d04Copy full SHA for 1f89d04
.gitpod/Dockerfile
@@ -1,6 +1,6 @@
1
FROM gitpod/workspace-full:latest
2
ARG JAVA_VERSION=21.0.6-tem
3
-ARG MAVEN_VERSION=3.9.11
+ARG MAVEN_VERSION=3.9.12
4
# Install Java 21, Maven and GitHub CLI
5
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \
6
sdk install java ${JAVA_VERSION} && \
0 commit comments