Skip to content

Commit a9be77a

Browse files
authored
Fix devcontainer (#686)
Update Java image version in devcontainer.json
1 parent 4e7e48a commit a9be77a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/java
33
{
44
"name": "ktlin-maven-plugin",
5-
"image": "mcr.microsoft.com/devcontainers/java:1-11-bookworm",
5+
"image": "mcr.microsoft.com/devcontainers/java:3-11-trixie",
66

77
"features": {
88
"ghcr.io/devcontainers/features/java:1": {

0 commit comments

Comments
 (0)