We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7974a3 commit 80c46f1Copy full SHA for 80c46f1
.devcontainer/Dockerfile
@@ -1,7 +1,7 @@
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/main/containers/java/.devcontainer/base.Dockerfile
2
# [Choice] Java version (use -bullseye variants on local arm64/Apple Silicon): 8, 11, 17, 8-bullseye, 11-bullseye, 17-bullseye, 8-buster, 11-buster, 17-buster
3
ARG VARIANT=11-bullseye
4
-FROM mcr.microsoft.com/vscode/devcontainers/java:${VARIANT}
+FROM mcr.microsoft.com/devcontainers/java:${VARIANT}
5
6
# [Option] Install Maven
7
ARG INSTALL_MAVEN="false"
0 commit comments