Skip to content

Commit 80c46f1

Browse files
authored
Update image (#46)
1 parent f7974a3 commit 80c46f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/main/containers/java/.devcontainer/base.Dockerfile
22
# [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
33
ARG VARIANT=11-bullseye
4-
FROM mcr.microsoft.com/vscode/devcontainers/java:${VARIANT}
4+
FROM mcr.microsoft.com/devcontainers/java:${VARIANT}
55

66
# [Option] Install Maven
77
ARG INSTALL_MAVEN="false"

0 commit comments

Comments
 (0)